Skip to content

Commit 52e1f1e

Browse files
committed
Version 1.1
1 parent c88a41a commit 52e1f1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="mdxpy",
7-
version='1.0',
7+
version='1.1',
88
maintainer='Marius Wirtz',
99
maintainer_email='MWirtz@cubewise.com',
1010
license="MIT-LICENSE",
@@ -29,6 +29,8 @@
2929
'Programming Language :: Python :: 3.7',
3030
'Programming Language :: Python :: 3.8',
3131
'Programming Language :: Python :: 3.9',
32+
'Programming Language :: Python :: 3.10',
33+
'Programming Language :: Python :: 3.11',
3234
'Programming Language :: Python :: Implementation :: CPython'
3335
]
3436
)

0 commit comments

Comments
 (0)