Skip to content

Commit 9ec2612

Browse files
committed
incremented version number for bug fix
1 parent b80fed6 commit 9ec2612

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# version information
44
MAJOR = 0
55
MINOR = 1
6-
MICRO = 0
6+
MICRO = 1
77
version = "{}.{}.{}".format(MAJOR, MINOR, MICRO)
88

99
# write version information to file
@@ -15,7 +15,7 @@ def write_version_file(version):
1515
'''
1616
version = '{}'
1717
""".format(version)
18-
18+
1919
with open("mogp_emulator/version.py", "w") as fh:
2020
fh.write(version_file)
2121

0 commit comments

Comments
 (0)