aboutsummaryrefslogtreecommitdiff
path: root/immutables
diff options
context:
space:
mode:
authorElvis Pranskevichus <elvis@edgedb.com>2022-03-25 17:15:23 -0700
committerElvis Pranskevichus <elvis@edgedb.com>2022-03-25 17:31:52 -0700
commited4ec255443cd8f2c4bb25d3ba12c4311537cf61 (patch)
tree37e5cbae7f2b21e3ca7a51afdcbf010e85581006 /immutables
parent5b135af95f4771ebb93eaa61623209546530a200 (diff)
downloadimmutables-ed4ec255443cd8f2c4bb25d3ba12c4311537cf61.tar.gz
immutables-ed4ec255443cd8f2c4bb25d3ba12c4311537cf61.zip
immutables v0.17v0.17
Fixes ===== * Add missing name in table [project] in 'pyproject.toml'. (#78) (by @mvaled in 80b537f7 for #78)
Diffstat (limited to 'immutables')
-rw-r--r--immutables/_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/immutables/_version.py b/immutables/_version.py
index 0e9cfae..2a6c870 100644
--- a/immutables/_version.py
+++ b/immutables/_version.py
@@ -10,4 +10,4 @@
# supported platforms, publish the packages on PyPI, merge the PR
# to the target branch, create a Git tag pointing to the commit.
-__version__ = '0.17.dev0'
+__version__ = '0.17'