Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
athalhammer committed Dec 31, 2022
1 parent 94f9369 commit 3ea7582
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='erdi8',
version='0.1.0',
version='0.2.0',
url='https://github.com/athalhammer/erdi8',
author='Andreas Thalhammer',
author_email='[email protected]',
Expand All @@ -30,14 +30,14 @@
long_description_content_type="text/markdown",
packages=['erdi8'],
classifiers=[
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
'Topic :: Other/Nonlisted Topic',
],
python_requires='>=3.6',
python_requires='>=3.7',
install_requires=[]
)

0 comments on commit 3ea7582

Please sign in to comment.