Skip to content

Commit

Permalink
Bump version to 0.1.0 and update development status to Beta
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed Jan 1, 2025
1 parent 9589bbe commit 15c9322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pathvalidate_cli/__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 2023-2024, {__author__}"
__license__: Final = "MIT License"
__version__ = "0.0.3"
__version__ = "0.1.0"
__maintainer__: Final = __author__
__email__: Final = "tsuyoshi.hombashi@gmail.com"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_release_command_class() -> dict[str, type[setuptools.Command]]:
"test": TESTS_REQUIRES,
},
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 15c9322

Please sign in to comment.