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 f2eda18 commit d410b98Copy full SHA for d410b98
metafunctions/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.1.0"
+__version__ = "1.1.1"
2
3
from metafunctions.api import (
4
node,
setup.py
@@ -73,6 +73,7 @@ def run(self):
73
"Programming Language :: Python :: 3.8",
74
"Programming Language :: Python :: 3.9",
75
"Programming Language :: Python :: 3.10",
76
+ "Programming Language :: Python :: 3.11",
77
],
78
keywords="functional-programming function-composition",
79
packages=find_packages(),
0 commit comments