mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-13 12:58:24 +00:00
Change version to 1.0-alpha1 & update README.
This commit is contained in:
@ -23,5 +23,5 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "0.9.dev"
|
||||
__version_info__ = (0, 9, 0, -99)
|
||||
__version__ = "1.0-alpha1"
|
||||
__version_info__ = (1, 0, 0, -99)
|
||||
|
Reference in New Issue
Block a user