diff --git a/README.rst b/README.rst
index de544cf..7014f6f 100644
--- a/README.rst
+++ b/README.rst
@@ -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 `__ availabke on your
+- Make sure you have `cmake `__ available on your
system. This is a build dependecy for the ccurl library.
- Build ccurl according to `build
instructions `__
diff --git a/setup.py b/setup.py
index 73d9892..bf4d3d8 100644
--- a/setup.py
+++ b/setup.py
@@ -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'],