Skip to content

Commit 67bdc5c

Browse files
authored
Merge pull request #188 from chairc/update-v131
chore: Bump package version from 1.3.0 to 1.3.1
2 parents 10532f6 + eaa7aa4 commit 67bdc5c

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
@@ -26,7 +26,7 @@
2626

2727
# IDDM version
2828
__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",
29-
"1.1.6", "1.1.7", "1.1.8", "1.1.9", "1.2.0", "1.2.1", "1.2.2", "1.2.3", "1.3.0"]
29+
"1.1.6", "1.1.7", "1.1.8", "1.1.9", "1.2.0", "1.2.1", "1.2.2", "1.2.3", "1.3.0", "1.3.1"]
3030

3131

3232
def get_versions():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def get_long_description():
5656
# Define the metadata of the package
5757
setup(
5858
name="iddm",
59-
version="1.3.0",
59+
version="1.3.1",
6060
packages=find_packages(),
6161
python_requires=">=3.8",
6262
# Windows users may get path problems, replace get_install_requirements() with package_list

0 commit comments

Comments
 (0)