From bd17f71f32b46faabf486d5969858b8aa2a54e9b Mon Sep 17 00:00:00 2001 From: Sonic4999 Date: Tue, 21 Dec 2021 12:40:19 -0500 Subject: [PATCH] Version bump --- 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 d079034..bf572c3 100644 --- a/molter/__init__.py +++ b/molter/__init__.py @@ -6,7 +6,7 @@ :license: MIT, see LICENSE for more details. """ -__version__ = "0.1.0" +__version__ = "0.2.0" from .command import * from .converters import * diff --git a/setup.py b/setup.py index d53e3bc..1382916 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.1.0", + version="0.2.0", packages=find_packages(), python_requires=">=3.10", install_requires=requirements,