Skip to content

Commit

Permalink
adding version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Doyle committed Mar 17, 2023
1 parent 86df657 commit 0500489
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -23,7 +23,7 @@
author = "Denys Halenok"

# The full version, including alpha/beta/rc tags
release = "0.5.4"
release = "0.5.5"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion gvol/__init__.py
@@ -1,4 +1,4 @@
__all__ = ("__version__", "GVol")
__version__ = "0.5.4"
__version__ = "0.5.5"

from gvol.client import GVol
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gvol"
version = "0.5.4"
version = "0.5.5"
description = "GVol is a Python library to access the GVol API"
authors = ["Denys Halenok <denys.halenok@gmail.com>"]

Expand Down

0 comments on commit 0500489

Please sign in to comment.