Skip to content

Commit

Permalink
Bumped version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
vyrjana committed Sep 10, 2024
1 parent af8abbe commit a16e04d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

# The version number defined below is propagated to /src/deareis/version.py
# when running this script.
version = "5.0.0"
version = "5.0.1"

if __name__ == "__main__":
with open("requirements.txt", "w") as fp:
Expand Down
2 changes: 1 addition & 1 deletion src/deareis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# The licenses of DearEIS' dependencies and/or sources of portions of code are included in
# the LICENSES folder.

PACKAGE_VERSION: str = "5.0.0"
PACKAGE_VERSION: str = "5.0.1"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0
5.0.1

0 comments on commit a16e04d

Please sign in to comment.