Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AstreaTSS committed Dec 21, 2021
1 parent f0a2c4f commit bd17f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bd17f71

Please sign in to comment.