Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jun 12, 2021
1 parent 31ebaef commit d329ba8
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 @@ -50,7 +50,7 @@ def get_release_command_class() -> Dict[str, setuptools.Command]:
python_requires=">=3.6",
extras_require={"test": TESTS_REQUIRES},
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down
2 changes: 1 addition & 1 deletion tcolorpy/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "Tsuyoshi Hombashi"
__copyright__ = f"Copyright 2020, {__author__}"
__license__ = "MIT License"
__version__ = "0.0.9"
__version__ = "0.1.0"
__maintainer__ = __author__
__email__ = "tsuyoshi.hombashi@gmail.com"

0 comments on commit d329ba8

Please sign in to comment.