We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e630169 commit 98b15fdCopy full SHA for 98b15fd
docs/conf.py
@@ -26,7 +26,7 @@
26
author = "Meheret Tesfaye"
27
28
# The full version, including alpha/beta/rc tags
29
-release = "1.3.0"
+release = "1.3.1"
30
31
# The master toctree document.
32
master_doc = "toctree"
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name="hdwallet",
17
- version="1.3.0",
+ version="1.3.1",
18
description="Python-based library for the implementation of a "
19
"hierarchical deterministic wallet generator for more than 140+ multiple cryptocurrencies.",
20
long_description=long_description,
0 commit comments