Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed Aug 21, 2024
1 parent b452434 commit f3fb478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "dotmotif"
version = "0.14.0"
version = "0.15.0"
description = "Find graph motifs using simple, intuitive notation."
authors = ["Jordan Matelsky <jordan.matelsky@jhuapl.edu>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
twine upload dist/*
"""

VERSION = "0.13.0"
VERSION = "0.15.0"

here = os.path.abspath(os.path.dirname(__file__))
with io.open(os.path.join(here, "README.md"), encoding="utf-8") as f:
Expand Down

0 comments on commit f3fb478

Please sign in to comment.