Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusWirtz committed Dec 6, 2022
1 parent c88a41a commit 52e1f1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="mdxpy",
version='1.0',
version='1.1',
maintainer='Marius Wirtz',
maintainer_email='[email protected]',
license="MIT-LICENSE",
Expand All @@ -29,6 +29,8 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython'
]
)

0 comments on commit 52e1f1e

Please sign in to comment.