Skip to content

Commit

Permalink
Updated version to 0.15.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelamud committed Jun 25, 2024
1 parent b468695 commit ab44e89
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 = "moeralib"
version = "0.15.3"
version = "0.15.4"
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 = moeralib
version = 0.15.3
version = 0.15.4

[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='moeralib',
version='0.15.3',
version='0.15.4',
install_requires=[
'requests>=2.31.0',
'camel-converter',
Expand Down

0 comments on commit ab44e89

Please sign in to comment.