We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0febd0b commit 5383d4aCopy full SHA for 5383d4a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.1.0 (2021-02-26)
6
+### Feature
7
+* **docker:** Update version of Python to 3.8 ([`0febd0b`](https://github.com/bitcoinvault/api/commit/0febd0b0cb3c76b35145b4043db3557d3b51387d))
8
+
9
## v0.0.2 (2021-02-24)
10
### Fix
11
* **ci:** Add PAT to be able to create new release ([`3d6baec`](https://github.com/bitcoinvault/api/commit/3d6baecc49248e914fcb4c631c2dc3c51f3386a7))
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
-__version__ = "0.0.2"
+__version__ = "0.1.0"
setup(
name="bitcoinvault-api",
0 commit comments