Skip to content

Commit

Permalink
Release v0.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
petertodd committed Dec 11, 2017
1 parent ce690d7 commit 03ed884
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion opentimestamps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# modified, propagated, or distributed except according to the terms contained
# in the LICENSE file.

__version__ = "0.2.0"
__version__ = "0.2.0.1"
5 changes: 5 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# python-opentimestamps release notes

## v0.2.0.1

Actually get that right...


## v0.2.0

`python-bitcoinlib` version required bumped to 0.9.0 for segwit compatibility.
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['python-bitcoinlib>=0.8.0,<0.9.0',
install_requires=['python-bitcoinlib>=0.9.0,<0.10.0',
'pysha3>=1.0.2'],

# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit 03ed884

Please sign in to comment.