We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de34794 commit 31aef36Copy full SHA for 31aef36
pyproject.toml
@@ -13,7 +13,7 @@ maintainers = [
13
]
14
description = "CLI tool for creating sio2 task packages"
15
readme = "README.md"
16
-requires-python = ">=3.9"
+requires-python = ">=3.7"
17
classifiers = [
18
"Programming Language :: Python :: 3",
19
"License :: OSI Approved :: MIT License",
src/sinol_make/__init__.py
@@ -3,7 +3,7 @@
3
4
from sinol_make import util
5
6
-__version__ = "1.1.0"
+__version__ = "1.1.1"
7
8
def configure_parsers():
9
parser = argparse.ArgumentParser(
0 commit comments