Skip to content

Commit bec97c1

Browse files
committed
Bump version to 0.4.6
1 parent 4a1aea9 commit bec97c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hydrus"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
description = "Hydra Ecosystem Flagship Server. Deploy REST data for Web 3.0"
55
authors = ["Hydra Ecosystem"]
66
license = "MIT License"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
setup(
2222
name="hydrus",
2323
include_package_data=True,
24-
version="0.4.5",
24+
version="0.4.6",
2525
description="Hydra Ecosystem Flagship Server. Deploy REST data for Web 3.0",
2626
long_description=open("README.md").read(),
2727
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)