Skip to content

Commit 13d4cfb

Browse files
committed
chore: Update the new version 1.1.9.
1 parent ee4022a commit 13d4cfb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

iddm/config/version.py

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

1414
# IDDM version
1515
__version__ = ["0.0.1", "1.0.0", "1.0.1", "1.0.2", "1.1.0-stable", "1.1.1", "1.1.2-stable", "1.1.3", "1.1.4", "1.1.5",
16-
"1.1.6", "1.1.7", "1.1.8"]
16+
"1.1.6", "1.1.7", "1.1.8", "1.1.9"]
1717

1818

1919
def get_versions():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_long_description():
3838
# Define the metadata of the package
3939
setup(
4040
name="iddm",
41-
version="1.1.8b3",
41+
version="1.1.9",
4242
packages=find_packages(),
4343
python_requires=">=3.8",
4444
# Windows users may get path problems, replace get_install_requirements() with package_list

0 commit comments

Comments
 (0)