Skip to content

Commit 1bd8636

Browse files
denfromufavmuriart
denfromufa
authored andcommitted
Update version (#379)
* Update setup.py * Update clr.py
1 parent 8f30a39 commit 1bd8636

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
@@ -368,7 +368,7 @@ def run(self):
368368

369369
setup(
370370
name="pythonnet",
371-
version="2.2.2",
371+
version="2.3.0.dev1",
372372
description=".Net and Mono integration for Python",
373373
url='https://pythonnet.github.io/',
374374
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.3.0.dev1"
66

77

88
class clrproperty(object):

0 commit comments

Comments
 (0)