We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c499d69 + 4939f0d commit c6e304aCopy full SHA for c6e304a
2 files changed
codejail/__init__.py
@@ -1,3 +1,3 @@
1
"""init"""
2
3
-__version__ = '3.4.0'
+__version__ = '3.4.1'
setup.py
@@ -52,5 +52,6 @@ def get_version(*file_paths):
52
'Programming Language :: Python',
53
'Programming Language :: Python :: 3',
54
'Programming Language :: Python :: 3.8',
55
+ 'Programming Language :: Python :: 3.11',
56
],
57
)
0 commit comments