Skip to content

Commit

Permalink
Update to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalioby committed Jan 30, 2025
1 parent 6cd0607 commit 3e86850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='leopards',
version='0.9.0',
version='1.0.0',
description='Allows filtering & aggregation iterable of dictionary by another dictionary. Much faster than pandas',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand All @@ -22,7 +22,7 @@
zip_safe=False, # because we're including static files
classifiers=[
#"Development Status :: 4 - Beta",
"Development Status :: 5 - Production",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
Expand Down

0 comments on commit 3e86850

Please sign in to comment.