Skip to content

Commit

Permalink
update core to 0.1.3 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
roveo authored Aug 3, 2022
1 parent 2a3fdbe commit 55cf3ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dictum/dictum/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ["Project"]

__version__ = "0.1.0"
__version__ = "0.1.3"
6 changes: 3 additions & 3 deletions dictum/poetry.lock

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

2 changes: 1 addition & 1 deletion dictum/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion dictum/tests/test_dictum.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.1.0'
assert __version__ == "0.1.3"

0 comments on commit 55cf3ba

Please sign in to comment.