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 61e7578 commit d1ebbd1Copy full SHA for d1ebbd1
setup.py
@@ -339,7 +339,7 @@ def _get_interop_filename():
339
340
setup(
341
name="pythonnet",
342
- version="2.2.2",
+ version="2.2.2.1",
343
description=".Net and Mono integration for Python",
344
url='https://pythonnet.github.io/',
345
license='MIT',
src/runtime/resources/clr.py
@@ -2,7 +2,7 @@
2
Code in this module gets loaded into the main clr module.
3
"""
4
5
-__version__ = "2.2.2"
+__version__ = "2.2.2.1"
6
7
8
class clrproperty(object):
0 commit comments