Skip to content

Commit

Permalink
Updated version to 0.15.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelamud committed May 19, 2024
1 parent b14262b commit 8134733
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.1"
version = "0.15.2"
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.1
version = 0.15.2

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

0 comments on commit 8134733

Please sign in to comment.