From 96e4033fb643d7f4f096934b24eeb5adfa264552 Mon Sep 17 00:00:00 2001
From: Jordan Borean <jborean93@gmail.com>
Date: Sat, 8 Aug 2020 12:16:57 +1000
Subject: [PATCH] Prepare for 1.1.0rc1 release

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index af3b9a0..0dfb850 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.1.0.dev0',
+    version='1.1.0rc1',
     packages=['smbclient', 'smbprotocol'],
     install_requires=[
         'cryptography>=2.0',
-- 
GitLab