We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80fed6 commit 9ec2612Copy full SHA for 9ec2612
1 file changed
setup.py
@@ -3,7 +3,7 @@
3
# version information
4
MAJOR = 0
5
MINOR = 1
6
-MICRO = 0
+MICRO = 1
7
version = "{}.{}.{}".format(MAJOR, MINOR, MICRO)
8
9
# write version information to file
@@ -15,7 +15,7 @@ def write_version_file(version):
15
'''
16
version = '{}'
17
""".format(version)
18
-
+
19
with open("mogp_emulator/version.py", "w") as fh:
20
fh.write(version_file)
21
0 commit comments