10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada03f9 commit 3a941f3Copy full SHA for 3a941f3
sasl/__init__.py
@@ -13,3 +13,5 @@
13
# limitations under the License.
14
15
from sasl.saslwrapper import *
16
+
17
+__version__ = u'0.4a1'
setup.py
@@ -44,13 +44,12 @@
44
libraries=["sasl2"],
45
language="c++")
46
setup(name='sasl',
47
- version='0.4.0',
+ version='0.4a1',
48
url="http://github.com/cloudera/python-sasl",
49
maintainer="Todd Lipcon",
50
maintainer_email="todd@cloudera.com",
51
description="""Cyrus-SASL bindings for Python""",
52
classifiers=[
53
- 'Programming Language :: Python :: 2',
54
'Programming Language :: Python :: 3',
55
],
56
packages=['sasl'],
0 commit comments