Skip to content

Commit db093dd

Browse files
committed
Prepare to release v0.10.0
1 parent 8e8ddb7 commit db093dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
- **0.10.0**
3+
- **0.10.0** (September 30 2021)
44
- Features:
55
- `GrandIsoExecutor` and `NetworkXExecutor`: Support for `networkx.MultiGraph` and `networkx.MultiDiGraph` search through the use of the `multigraph_edge_match` executor argument (#107).
66
- Deprecations:

dotmotif/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .executors.GrandIsoExecutor import GrandIsoExecutor
3131
from .executors.Neo4jExecutor import Neo4jExecutor
3232

33-
__version__ = "0.9.2"
33+
__version__ = "0.10.0"
3434

3535
DEFAULT_MOTIF_PARSER = ParserV2
3636

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
twine upload dist/*
1212
"""
1313

14-
VERSION = "0.9.2"
14+
VERSION = "0.10.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)