Skip to content

Commit 52256df

Browse files
committed
wip
1 parent 1167f96 commit 52256df

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

doc/Build package.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python3.8 setup.py sdist bdist_wheel
1+
python3.12 setup.py sdist bdist_wheel
22
twine upload dist/*

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ def getVersion():
4141
"Programming Language :: Python :: 3.8",
4242
"Programming Language :: Python :: 3.9",
4343
"Programming Language :: Python :: 3.10",
44+
"Programming Language :: Python :: 3.11",
45+
"Programming Language :: Python :: 3.12",
4446
"License :: OSI Approved :: MIT License",
4547
"Operating System :: OS Independent",
4648
],

src/mistat/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
55
(c) 2022 Ron Kenett, Shelemyahu Zacks, Peter Gedeck
66
'''
7-
__version__ = '0.1.13'
7+
__version__ = '0.1.14'

0 commit comments

Comments
 (0)