Skip to content

Commit f5140bf

Browse files
committed
Updated version to 0.15.0.
1 parent 43d5996 commit f5140bf

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.14.4"
7+
version = "0.15.0"
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.14.4
3+
version = 0.15.0
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.14.4',
5+
version='0.15.0',
66
install_requires=[
77
'requests>=2.31.0',
88
'camel-converter',

0 commit comments

Comments
 (0)