From d329ba81fd2d8df6bcd1b5197fc5451a45143921 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sat, 12 Jun 2021 22:33:00 +0900 Subject: [PATCH] Bump version --- setup.py | 2 +- tcolorpy/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5e0c529..2915790 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/tcolorpy/__version__.py b/tcolorpy/__version__.py index edcf635..453d578 100644 --- a/tcolorpy/__version__.py +++ b/tcolorpy/__version__.py @@ -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"