Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac74383 commit 438bcddCopy full SHA for 438bcdd
Directory.Build.props
@@ -1,6 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<VersionPrefix>3.0.0</VersionPrefix>
4
+ <VersionSuffix>alpha2</VersionSuffix>
5
<AssemblyCopyright>Copyright (c) 2006-2021 The Contributors of the Python.NET Project</AssemblyCopyright>
6
<AssemblyCompany>pythonnet</AssemblyCompany>
7
<AssemblyProduct>Python.NET</AssemblyProduct>
setup.py
@@ -147,7 +147,7 @@ def finalize_options(self):
147
setup(
148
cmdclass=cmdclass,
149
name="pythonnet",
150
- version="3.0.0.dev1",
+ version="3.0.0-alpha2",
151
description=".Net and Mono integration for Python",
152
url="https://pythonnet.github.io/",
153
license="MIT",
0 commit comments