Skip to content

Commit 11ffba8

Browse files
committed
Prepare beta release
Update to version 1.0.0.beta1
1 parent 6243848 commit 11ffba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gvm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121
from .utils import get_version_string
2222

23-
VERSION = (1, 0, 0, 'dev', 1)
23+
VERSION = (1, 0, 0, 'beta', 1)
2424
"""
2525
Current Version of gvm as a tuple
2626
"""

0 commit comments

Comments
 (0)