Skip to content

Commit

Permalink
Bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deadshot465 committed Nov 16, 2023
1 parent 8e3c05e commit d3449ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.1
Bump to 2.0.1

## 2.0.0
- **(Breaking change)** Update to Python 3.10.
- **(Breaking change)** Make use of Python 3.10's pattern matching.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='owoify-py',
version='2.0.0',
version='2.0.1',
author='Chehui Chou',
author_email='[email protected]',
description='Turning your worst nightmare into a Python package.',
Expand All @@ -14,7 +14,7 @@
url='https://github.com/deadshot465/owoify-py',
packages=setuptools.find_packages(),
classfiers=[
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.10',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent'
],
Expand Down

0 comments on commit d3449ab

Please sign in to comment.