Skip to content

Commit

Permalink
Update setup.py to require Python 3.8 and bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabino committed Dec 27, 2024
1 parent eb8ae3c commit 9ee977f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clabe/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.0.dev0'
__version__ = '2.0.0'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
packages=setuptools.find_packages(),
include_package_data=True,
package_data=dict(clabe=['py.typed']),
python_requires='>=3.8',
install_requires=['pydantic>=2.10.3'],
classifiers=[
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 9ee977f

Please sign in to comment.