There was an error while loading. Please reload this page.
1 parent 68894c9 commit 0457a85Copy full SHA for 0457a85
2 files changed
molter/__init__.py
@@ -6,7 +6,7 @@
6
:license: MIT, see LICENSE for more details.
7
"""
8
9
-__version__ = "0.10.0"
+__version__ = "0.11.0"
10
11
from .command import *
12
from .converters import *
setup.py
@@ -14,7 +14,7 @@
14
long_description_content_type="text/markdown",
15
author="Astrea49",
16
url="https://github.com/Astrea49/molter",
17
- version="0.10.0",
+ version="0.11.0",
18
packages=find_packages(),
19
python_requires=">=3.10",
20
install_requires=requirements,
0 commit comments