diff --git a/setup.py b/setup.py
index 3d8b60092c68859341a56054efb2a59bfc29c070..0281fa2e83751938cca3660985803b29ae31037c 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ with open(abs_path('README.md'), mode='rb') as fd:
 
 setup(
     name='smbprotocol',
-    version='1.8.3',
+    version='1.8.2',
     packages=['smbclient', 'smbprotocol'],
     install_requires=[
         'cryptography>=2.0',