Skip to content

Commit

Permalink
Updated version to 0.15.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelamud committed Mar 17, 2024
1 parent d7b6eb1 commit fe376aa
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.0"
version = "0.15.1"
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.0
version = 0.15.1

[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.0',
version='0.15.1',
install_requires=[
'requests>=2.31.0',
'camel-converter',
Expand Down

0 comments on commit fe376aa

Please sign in to comment.