We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d5996 commit f5140bfCopy full SHA for f5140bf
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "moeralib"
7
-version = "0.14.4"
+version = "0.15.0"
8
authors = [
9
{name = "Shmuel Leib Melamud", email = "[email protected]"},
10
]
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = moeralib
3
-version = 0.14.4
+version = 0.15.0
[options]
install_requires =
setup.py
@@ -2,7 +2,7 @@
setup(
name='moeralib',
- version='0.14.4',
+ version='0.15.0',
install_requires=[
'requests>=2.31.0',
'camel-converter',
0 commit comments