Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lepisma committed May 31, 2019
1 parent 1e8bf62 commit e3f9f1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dagre_py/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.1.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dagre-py"
version = "0.1.3"
version = "0.1.4"
description = "Thin python wrapper around dagre-d3"
authors = ["Abhinav Tushar <abhinav@vernacular.ai>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_dagre_py.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 e3f9f1c

Please sign in to comment.