Skip to content

Commit 80c7742

Browse files
author
Adam Richie-Halford
committed
Release v0.2
1 parent 65c5244 commit 80c7742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cloudknot/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
_version_major = 0
77
_version_minor = 2
88
_version_micro = '' # use '' for first of series, number for 1 and above
9-
_version_extra = 'dev'
10-
# _version_extra = '' # Uncomment this for full releases
9+
# _version_extra = 'dev'
10+
_version_extra = '' # Uncomment this for full releases
1111

1212
# Construct full version string from these.
1313
_ver = [_version_major, _version_minor]

0 commit comments

Comments
 (0)