Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jun 25, 2023
1 parent 009e582 commit 3fe8487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataproperty/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "Tsuyoshi Hombashi"
__copyright__ = f"Copyright 2016, {__author__}"
__license__ = "MIT License"
__version__ = "0.55.1"
__version__ = "1.0.0"
__maintainer__ = __author__
__email__ = "tsuyoshi.hombashi@gmail.com"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_release_command_class() -> Dict[str, Type[setuptools.Command]]:
"test": tests_requires,
},
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 3fe8487

Please sign in to comment.