From 2c5f7c1d7014d5397a44e6a6133be89f6f1b448d Mon Sep 17 00:00:00 2001 From: Sonic4999 Date: Wed, 16 Mar 2022 11:34:53 -0400 Subject: [PATCH] feat: version bump! Ideally, this should be the last seperated molter 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 741d733..b63cd61 100644 --- a/molter/__init__.py +++ b/molter/__init__.py @@ -6,7 +6,7 @@ :license: MIT, see LICENSE for more details. """ -__version__ = "0.9.1" +__version__ = "0.10.0" from .command import * from .converters import * diff --git a/setup.py b/setup.py index 9f05d7f..f5794ee 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.9.1", + version="0.10.0", packages=find_packages(), python_requires=">=3.10", install_requires=requirements,