File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ def run(self):
629629
630630setup (
631631 name = "pythonnet" ,
632- version = "2.5.0 " ,
632+ version = "3.0.0dev1 " ,
633633 description = ".Net and Mono integration for Python" ,
634634 url = "https://pythonnet.github.io/" ,
635635 license = "MIT" ,
Original file line number Diff line number Diff line change 2525// Version Information. Keeping it simple. May need to revisit for Nuget
2626// See: https://codingforsmarties.wordpress.com/2016/01/21/how-to-version-assemblies-destined-for-nuget/
2727// 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 22Code in this module gets loaded into the main clr module.
33"""
44
5- __version__ = "2.5.0 "
5+ __version__ = "3.0.0dev "
66
77
88class clrproperty (object ):
You can’t perform that action at this time.
0 commit comments