Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Sep 20, 2022
1 parent cbc03bd commit d4c370c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_scripts/installer-version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def main():
windows = len(sys.argv) > 1 and "win" in sys.argv[1] # Special case windows to 0.1.6225

print("1.5.1-og-1.2.0")
print("1.6.0-og-1.2.0")
return

scm_full_version = get_version(root="..", relative_to=__file__)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"chia.ssl": ["chia_ca.crt", "chia_ca.key", "dst_root_ca.pem"],
"mozilla-ca": ["cacert.pem"],
},
version="1.5.1+og-1.2.0",
version="1.6.0+og-1.2.0",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
zip_safe=False,
Expand Down

0 comments on commit d4c370c

Please sign in to comment.