Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 7, 2023
1 parent 434ebe9 commit c43973d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_release_command_class() -> Dict[str, Type[setuptools.Command]]:
"test": all_requires + 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
2 changes: 1 addition & 1 deletion tblfaker/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
__author__: Final = "Tsuyoshi Hombashi"
__copyright__: Final = f"Copyright 2018, {__author__}"
__license__: Final = "MIT License"
__version__: Final = "0.2.4"
__version__: Final = "1.0.0"
__maintainer__: Final = __author__
__email__: Final = "[email protected]"

0 comments on commit c43973d

Please sign in to comment.