From 55cf3ba911c9443e83fab0011f1b8a12867e718f Mon Sep 17 00:00:00 2001 From: Mikhail Akimov Date: Wed, 3 Aug 2022 19:36:02 +0300 Subject: [PATCH] update core to 0.1.3 (#49) --- dictum/dictum/__init__.py | 2 +- dictum/poetry.lock | 6 +++--- dictum/pyproject.toml | 2 +- dictum/tests/test_dictum.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dictum/dictum/__init__.py b/dictum/dictum/__init__.py index 1e3c169..3f2a269 100644 --- a/dictum/dictum/__init__.py +++ b/dictum/dictum/__init__.py @@ -2,4 +2,4 @@ __all__ = ["Project"] -__version__ = "0.1.0" +__version__ = "0.1.3" diff --git a/dictum/poetry.lock b/dictum/poetry.lock index fc51fa3..3acb6d8 100644 --- a/dictum/poetry.lock +++ b/dictum/poetry.lock @@ -255,7 +255,7 @@ sqlalchemy-vertica-python = ">=0.5.10,<0.6.0" [[package]] name = "dictum-core" -version = "0.1.2" +version = "0.1.3" description = "Core library for Dictum" category = "main" optional = false @@ -1756,8 +1756,8 @@ dictum-backend-vertica = [ {file = "dictum_backend_vertica-0.1.2-py3-none-any.whl", hash = "sha256:ab47cdbebfd93478ffd72856fcdbea6440c261d1b8e2974cfefb2db5a70c1f44"}, ] dictum-core = [ - {file = "dictum-core-0.1.2.tar.gz", hash = "sha256:7e64716da49c5f530febe6c69a37f1b6adf29b1279fa2d21e808f6d7f2779be0"}, - {file = "dictum_core-0.1.2-py3-none-any.whl", hash = "sha256:9a7a9de21007d554c4b4f6ce360e9fcb16ccd1d08a6f831d8c46f4e01c94bcbc"}, + {file = "dictum-core-0.1.3.tar.gz", hash = "sha256:a0234a47aa9867362a50621f78f757dfb6f292a377bbf0a0c3fd5bb1f3afd8fb"}, + {file = "dictum_core-0.1.3-py3-none-any.whl", hash = "sha256:0e3cf0bb4dbec1b7d88135f62d8e19dec3b529ad8e1c21303d016f903cc54323"}, ] entrypoints = [ {file = "entrypoints-0.4-py3-none-any.whl", hash = "sha256:f174b5ff827504fd3cd97cc3f8649f3693f51538c7e4bdf3ef002c8429d42f9f"}, diff --git a/dictum/pyproject.toml b/dictum/pyproject.toml index 730fd58..14b5f9c 100644 --- a/dictum/pyproject.toml +++ b/dictum/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dictum" -version = "0.1.2" +version = "0.1.3" description = "Describe business metrics with YAML, query and visualize in Jupyter with zero SQL" authors = ["Mikhail Akimov "] diff --git a/dictum/tests/test_dictum.py b/dictum/tests/test_dictum.py index 0f1b1d4..2da667a 100644 --- a/dictum/tests/test_dictum.py +++ b/dictum/tests/test_dictum.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == '0.1.0' + assert __version__ == "0.1.3"