Skip to content
This repository was archived by the owner on May 24, 2018. It is now read-only.

Commit bd4dfbe

Browse files
author
Arnau Siches
committed
Bump version to 1.0.0-beta2
1 parent 8e0dfc5 commit bd4dfbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mastermind/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
IVERSION = (1, 0, '0-beta')
1+
IVERSION = (1, 0, '0-beta2')
22
VERSION = ".".join(str(i) for i in IVERSION)
33

44
if __name__ == '__main__':

0 commit comments

Comments
 (0)