We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077af2b commit 834a089Copy full SHA for 834a089
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+## 0.1.0 (2022-12-12)
4
5
6
+### Bug Fixes
7
8
+* fix missing BTrees dependency ([#58](https://github.com/manimino/ducks/issues/58)) ([27f1d10](https://github.com/manimino/ducks/commit/27f1d1075570539f1a652607a1775c966730e446))
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ducks"
-version = "0.5.1"
+version = "0.1.0"
description = "Provides Dex, a Python container for indexing objects of any type."
authors = ["Theo Walker <theo.ca.walker@gmail.com>"]
license = "MIT"
0 commit comments