Skip to content

Commit

Permalink
[UPD] VERSION TO 0.6.3 - Mempool, Github actions, bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mccwdev committed Dec 13, 2021
1 parent 746f388 commit 0de3b77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bitcoinlib/config/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2
0.6.3
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.2'
release = '0.6.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import sys

here = os.path.abspath(os.path.dirname(__file__))
version = '0.6.2'
version = '0.6.3'

# Get the long description from the relevant file
readmetxt = ''
Expand Down

0 comments on commit 0de3b77

Please sign in to comment.