diff --git a/inventory/__init__.py b/inventory/__init__.py index eb9ce26..18399a9 100644 --- a/inventory/__init__.py +++ b/inventory/__init__.py @@ -4,7 +4,7 @@ :license: GNU GPL v3 or above, see LICENSE for more details. """ -__version__ = "0.2.0" +__version__ = "0.3.0" # https://docs.djangoproject.com/en/2.0/ref/applications/#configuring-applications-ref default_app_config = "inventory.apps.InventoryConfig" diff --git a/pyproject.toml b/pyproject.toml index 3dcf3b5..4399309 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyInventory" -version = "0.2.0" +version = "0.3.0" description = "Web based management to catalog things including state and location etc. using Python/Django." authors = ["JensDiemer "] packages = [