Skip to content

Commit

Permalink
Update version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed Oct 11, 2022
1 parent 004aad2 commit 08fd3f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,9 +1,10 @@
# Changelog

- **?.?.?** (Unreleased)
- **0.13.0** (October 11 2022)
- Features:
- Introduced propagation of constraints when nodes are explicitly marked as automorphic to one another.
- Nested lookup support for JSON attributes of neuPrint datasets ([thanks @jakobtroidl!](https://github.com/aplbrain/dotmotif/pull/128))
- Allow users to specify EdgelistIngest column data types
- **0.12.0** (June 7 2022)
- Housekeeping:
- Removed old, deprecated code like the v1 parser (deprecated in `v0.5.0`) and some unused ingest tools (#113)
Expand Down
2 changes: 1 addition & 1 deletion dotmotif/__init__.py
Expand Up @@ -30,7 +30,7 @@
from .executors.NetworkXExecutor import NetworkXExecutor
from .executors.GrandIsoExecutor import GrandIsoExecutor

__version__ = "0.12.0"
__version__ = "0.13.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.12.0"
VERSION = "0.13.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 08fd3f7

Please sign in to comment.