Skip to content

Commit

Permalink
bump: version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 committed Apr 21, 2023
1 parent ae5c013 commit 960f474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel build
- name: Build package
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "eos_downloader"
version = "v0.8.0-dev1"
version = "v0.8.0"
readme = "README.md"
authors = [{ name = "Thomas Grimonet", email = "thomas.grimonet@gmail.com" }]
maintainers = [
Expand Down

0 comments on commit 960f474

Please sign in to comment.