Skip to content

Commit

Permalink
Prepare to release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed Sep 30, 2021
1 parent 8e8ddb7 commit db093dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

- **0.10.0**
- **0.10.0** (September 30 2021)
- Features:
- `GrandIsoExecutor` and `NetworkXExecutor`: Support for `networkx.MultiGraph` and `networkx.MultiDiGraph` search through the use of the `multigraph_edge_match` executor argument (#107).
- Deprecations:
Expand Down
2 changes: 1 addition & 1 deletion dotmotif/__init__.py
Expand Up @@ -30,7 +30,7 @@
from .executors.GrandIsoExecutor import GrandIsoExecutor
from .executors.Neo4jExecutor import Neo4jExecutor

__version__ = "0.9.2"
__version__ = "0.10.0"

DEFAULT_MOTIF_PARSER = ParserV2

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
twine upload dist/*
"""

VERSION = "0.9.2"
VERSION = "0.10.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 db093dd

Please sign in to comment.