Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelamud committed Aug 26, 2024
1 parent 63c463a commit b2eeac6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "moera-tools"
version = "0.4.0"
version = "0.5.0"
authors = [
{name = "Shmuel Leib Melamud", email = "[email protected]"},
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = moera-tools
version = 0.4.0
version = 0.5.0

[options]
install_requires =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='moera-tools',
version='0.4.0',
version='0.5.0',
install_requires=[
'moeralib~=0.15.5',
'python-dateutil',
Expand Down

0 comments on commit b2eeac6

Please sign in to comment.