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 8f30a39 commit 1bd8636Copy full SHA for 1bd8636
setup.py
@@ -368,7 +368,7 @@ def run(self):
368
369
setup(
370
name="pythonnet",
371
- version="2.2.2",
+ version="2.3.0.dev1",
372
description=".Net and Mono integration for Python",
373
url='https://pythonnet.github.io/',
374
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.3.0.dev1"
6
7
8
class clrproperty(object):
0 commit comments