Skip to content

Commit 9fb545a

Browse files
committed
Bump version to 3.0.0dev
1 parent 801525a commit 9fb545a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def run(self):
629629

630630
setup(
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",

src/SharedAssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
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")]

src/runtime/resources/clr.py

+1-1
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.5.0"
5+
__version__ = "3.0.0dev"
66

77

88
class clrproperty(object):

0 commit comments

Comments
 (0)