Skip to content

Commit

Permalink
Bump to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed May 2, 2024
1 parent e011fd6 commit cda4c2d
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 @@ -6,7 +6,7 @@
# example: 1.0b5.dev225
def main() -> None:

print("2.2.1+og-1.6.1")
print("2.3.0+og-1.6.1")
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 @@ -118,7 +118,7 @@
"chia.ssl": ["chia_ca.crt", "chia_ca.key", "dst_root_ca.pem"],
"mozilla-ca": ["cacert.pem"],
},
version="2.2.1+og-1.6.1",
version="2.3.0+og-1.6.1",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
zip_safe=False,
Expand Down

0 comments on commit cda4c2d

Please sign in to comment.