Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 58ce500

Browse files
authored
Merge pull request #528 from wufeifei/develop
v2.0.0-alpha
2 parents 197905e + 0dc5e50 commit 58ce500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cobra/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__issue_page__ = 'https://github.com/wufeifei/cobra/issues/new'
88
__python_version__ = sys.version.split()[0]
99
__platform__ = platform.platform()
10-
__version__ = '2.0.0-beta.4'
10+
__version__ = '2.0.0-alpha'
1111
__author__ = 'Feei'
1212
__author_email__ = '[email protected]'
1313
__license__ = 'MIT License'

0 commit comments

Comments
 (0)