Skip to content

Commit d410b98

Browse files
committed
Bump version and note support for python 3.11
1 parent f2eda18 commit d410b98

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

metafunctions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.1.1"
22

33
from metafunctions.api import (
44
node,

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def run(self):
7373
"Programming Language :: Python :: 3.8",
7474
"Programming Language :: Python :: 3.9",
7575
"Programming Language :: Python :: 3.10",
76+
"Programming Language :: Python :: 3.11",
7677
],
7778
keywords="functional-programming function-composition",
7879
packages=find_packages(),

0 commit comments

Comments
 (0)