Skip to content

Commit

Permalink
MASTER: v0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulstice committed Oct 1, 2021
1 parent 979c2be commit c376b7f
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 @@ -35,9 +35,9 @@
# ----
setup(
name="molpdf",
version="0.4.0",
version="0.4.1",
packages=['molpdf'],
license='GNU 3.0',
license='GPL',
author="Suliman Sharif",
author_email="[email protected]",
url="https://www.github.com/Sulstice/molpdf",
Expand All @@ -49,7 +49,7 @@
classifiers=[
'Development Status :: 4 - Beta',
'Natural Language :: English',
'License :: OSI Approved :: GNU License',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
Expand Down

0 comments on commit c376b7f

Please sign in to comment.