File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ def run(self):
629
629
630
630
setup (
631
631
name = "pythonnet" ,
632
- version = "2.5.0 " ,
632
+ version = "3.0.0dev1 " ,
633
633
description = ".Net and Mono integration for Python" ,
634
634
url = "https://pythonnet.github.io/" ,
635
635
license = "MIT" ,
Original file line number Diff line number Diff line change 25
25
// Version Information. Keeping it simple. May need to revisit for Nuget
26
26
// See: https://codingforsmarties.wordpress.com/2016/01/21/how-to-version-assemblies-destined-for-nuget/
27
27
// AssemblyVersion can only be numeric
28
- [ assembly: AssemblyVersion ( "2.5 .0" ) ]
28
+ [ assembly: AssemblyVersion ( "3.0 .0" ) ]
Original file line number Diff line number Diff line change 2
2
Code in this module gets loaded into the main clr module.
3
3
"""
4
4
5
- __version__ = "2.5.0 "
5
+ __version__ = "3.0.0dev "
6
6
7
7
8
8
class clrproperty (object ):
You can’t perform that action at this time.
0 commit comments