Skip to content

Commit

Permalink
Build: update setup.py for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
biqqles committed Jan 14, 2023
1 parent 5df9d70 commit 94f9cb8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name='dataclassy',
version='0.11.1',
version='1.0.1',

author='biqqles',
author_email='biqqles@protonmail.com',
author_email='biqqles@proton.me',
url='https://github.com/biqqles/dataclassy',

description='A fast and flexible reimplementation of data classes',
Expand All @@ -20,9 +20,10 @@
'Programming Language :: Python :: 3',
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
'Operating System :: OS Independent',
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Typing :: Typed',
],
python_requires='>=3.6',
)

0 comments on commit 94f9cb8

Please sign in to comment.