Skip to content

Commit

Permalink
Updated library version to 0.14.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelamud committed Jan 27, 2024
1 parent 2eca7ff commit 1a0c99b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.14.4"
version = "0.14.5"
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.14.4
version = 0.14.5

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

0 comments on commit 1a0c99b

Please sign in to comment.