From de93c41e017b887a2a83abe301e0c5472a95cdfe Mon Sep 17 00:00:00 2001 From: Sonic4999 Date: Sun, 19 Dec 2021 22:51:56 -0500 Subject: [PATCH] Bump version --- molter/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/molter/__init__.py b/molter/__init__.py index 84b5a07..cf8589e 100644 --- a/molter/__init__.py +++ b/molter/__init__.py @@ -6,7 +6,7 @@ :license: MIT, see LICENSE for more details. """ -__version__ = "0.0.1b" +__version__ = "0.0.2" from .command import * from .converters import * diff --git a/setup.py b/setup.py index a4f4385..e2ab6c1 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ long_description_content_type="text/markdown", author="Astrea49", url="https://github.com/Astrea49/molter", - version="0.0.1b", + version="0.0.2", packages=find_packages(), python_requires=">=3.10", install_requires=requirements,