Skip to content

Commit 5ed27c5

Browse files
committed
Bump version to 0.4.4
1 parent 6ece4dd commit 5ed27c5

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

poetry.lock

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hydrus"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "Hydra Ecosystem Flagship Server. Deploy REST data for Web 3.0"
55
authors = ["Hydra Ecosystem"]
66
license = "MIT License"
@@ -21,7 +21,7 @@ Flask-SocketIO = "~4.2.1"
2121
gevent = "~20.12.0"
2222
gevent-websocket = "~0.10.1"
2323
greenlet = "~0.4.17"
24-
hydra_python_core = ">=0.3"
24+
hydra_python_core = ">=0.3.1"
2525
hydra_openapi_parser = ">=0.2"
2626
itsdangerous = ">=2.0.0"
2727
Jinja2 = ">=3.0"

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.3",
24+
version="0.4.4",
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)