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

Commit ae2fcad

Browse files
committed
Version bump
1 parent ebbd472 commit ae2fcad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

molter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:license: MIT, see LICENSE for more details.
77
"""
88

9-
__version__ = "0.3.2"
9+
__version__ = "0.4.0"
1010

1111
from .command import *
1212
from .converters import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
long_description_content_type="text/markdown",
1515
author="Astrea49",
1616
url="https://github.com/Astrea49/molter",
17-
version="0.3.2",
17+
version="0.4.0",
1818
packages=find_packages(),
1919
python_requires=">=3.10",
2020
install_requires=requirements,

0 commit comments

Comments
 (0)