Skip to content

Commit

Permalink
Bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
farazkhanfk7 committed Jul 3, 2021
1 parent 6ece4dd commit 5ed27c5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
30 changes: 16 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hydrus"
version = "0.4.3"
version = "0.4.4"
description = "Hydra Ecosystem Flagship Server. Deploy REST data for Web 3.0"
authors = ["Hydra Ecosystem"]
license = "MIT License"
Expand All @@ -21,7 +21,7 @@ Flask-SocketIO = "~4.2.1"
gevent = "~20.12.0"
gevent-websocket = "~0.10.1"
greenlet = "~0.4.17"
hydra_python_core = ">=0.3"
hydra_python_core = ">=0.3.1"
hydra_openapi_parser = ">=0.2"
itsdangerous = ">=2.0.0"
Jinja2 = ">=3.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
setup(
name="hydrus",
include_package_data=True,
version="0.4.3",
version="0.4.4",
description="Hydra Ecosystem Flagship Server. Deploy REST data for Web 3.0",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5ed27c5

Please sign in to comment.