Skip to content

Commit

Permalink
bump core, postgres version (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
roveo authored Aug 3, 2022
1 parent 55cf3ba commit bdc197e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.3"
__version__ = "0.1.4"
12 changes: 6 additions & 6 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.3"
version = "0.1.4"
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.3"
assert __version__ == "0.1.4"

0 comments on commit bdc197e

Please sign in to comment.