Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leonhard-s committed May 28, 2023
1 parent c035dcf commit b8bdd9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auraxium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
]

__author__ = 'Leonhard S.'
__version__ = '0.2.3'
__version__ = '0.2.4'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
url='https://github.com/leonhard-s/auraxium',
packages=setuptools.find_packages(),
package_data={'auraxium': ['py.typed']},
classifiers=['Development Status :: 4 - Beta',
classifiers=['Development Status :: 5 - Production/Stable',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent'],
install_requires=install_requires,
Expand Down

0 comments on commit b8bdd9f

Please sign in to comment.