Retagged 4.4 as 4.6 and added bit of an explanation to CHANGELOG.md
diff --git a/setup.py b/setup.py
index 57db59d..2d22865 100755
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@
 
 if __name__ == '__main__':
     setup(name='rsa',
-          version='4.4.1',
+          version='4.6',
           description='Pure-Python RSA implementation',
           long_description=long_description,
           long_description_content_type='text/markdown',