Skip to content

Commit 08fd3f7

Browse files
committed
Update version to 0.13.0
1 parent 004aad2 commit 08fd3f7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
- **?.?.?** (Unreleased)
3+
- **0.13.0** (October 11 2022)
44
- Features:
55
- Introduced propagation of constraints when nodes are explicitly marked as automorphic to one another.
66
- Nested lookup support for JSON attributes of neuPrint datasets ([thanks @jakobtroidl!](https://github.com/aplbrain/dotmotif/pull/128))
7+
- Allow users to specify EdgelistIngest column data types
78
- **0.12.0** (June 7 2022)
89
- Housekeeping:
910
- Removed old, deprecated code like the v1 parser (deprecated in `v0.5.0`) and some unused ingest tools (#113)

dotmotif/__init__.py

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

33-
__version__ = "0.12.0"
33+
__version__ = "0.13.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.12.0"
14+
VERSION = "0.13.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)