Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Bump version number to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lzpap committed Oct 21, 2019
1 parent 354e9b2 commit d175a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To use the module, follow the steps: - Clone the repo from GitHub:

``$ git clone https://github.com/iotaledger/ccurl.interface.py.git``

- Make sure you have `cmake <https://cmake.org/>`__ availabke on your
- Make sure you have `cmake <https://cmake.org/>`__ available on your
system. This is a build dependecy for the ccurl library.
- Build ccurl according to `build
instructions <https://github.com/iotaledger/ccurl/blob/master/README.md>`__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name = 'PyOTA-PoW',
description = 'Ccurl PoW Interface for PyOTA',
url = 'https://github.com/iotaledger/ccurl.interface.py',
version = '1.0.1',
version = '1.0.2',

long_description = long_description,
packages=['pow'],
Expand Down

0 comments on commit d175a9d

Please sign in to comment.