Skip to content

Commit d1ebbd1

Browse files
committed
Increment patch revision
1 parent 61e7578 commit d1ebbd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def _get_interop_filename():
339339

340340
setup(
341341
name="pythonnet",
342-
version="2.2.2",
342+
version="2.2.2.1",
343343
description=".Net and Mono integration for Python",
344344
url='https://pythonnet.github.io/',
345345
license='MIT',

src/runtime/resources/clr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Code in this module gets loaded into the main clr module.
33
"""
44

5-
__version__ = "2.2.2"
5+
__version__ = "2.2.2.1"
66

77

88
class clrproperty(object):

0 commit comments

Comments
 (0)