Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 438bcdd

Browse files
committed
Bump version to alpha2
1 parent ac74383 commit 438bcdd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>3.0.0</VersionPrefix>
4+
<VersionSuffix>alpha2</VersionSuffix>
45
<AssemblyCopyright>Copyright (c) 2006-2021 The Contributors of the Python.NET Project</AssemblyCopyright>
56
<AssemblyCompany>pythonnet</AssemblyCompany>
67
<AssemblyProduct>Python.NET</AssemblyProduct>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def finalize_options(self):
147147
setup(
148148
cmdclass=cmdclass,
149149
name="pythonnet",
150-
version="3.0.0.dev1",
150+
version="3.0.0-alpha2",
151151
description=".Net and Mono integration for Python",
152152
url="https://pythonnet.github.io/",
153153
license="MIT",

0 commit comments

Comments
 (0)