Skip to content

Commit fe376aa

Browse files
committed
Updated version to 0.15.1.
1 parent d7b6eb1 commit fe376aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "moeralib"
7-
version = "0.15.0"
7+
version = "0.15.1"
88
authors = [
99
{name = "Shmuel Leib Melamud", email = "[email protected]"},
1010
]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = moeralib
3-
version = 0.15.0
3+
version = 0.15.1
44

55
[options]
66
install_requires =

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='moeralib',
5-
version='0.15.0',
5+
version='0.15.1',
66
install_requires=[
77
'requests>=2.31.0',
88
'camel-converter',

0 commit comments

Comments
 (0)