Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f3fb478

Browse files
committedAug 21, 2024·
v0.15.0
1 parent b452434 commit f3fb478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dotmotif"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
description = "Find graph motifs using simple, intuitive notation."
55
authors = ["Jordan Matelsky <jordan.matelsky@jhuapl.edu>"]
66
license = "Apache 2.0"

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
twine upload dist/*
1212
"""
1313

14-
VERSION = "0.13.0"
14+
VERSION = "0.15.0"
1515

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

0 commit comments

Comments
 (0)
Please sign in to comment.