We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b414a2 commit 9841c4bCopy full SHA for 9841c4b
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='tiny-ldap-manager',
8
- version='0.1.2',
+ version='0.1.2.post0',
9
description='Easily perform several LDAP operations',
10
long_description=long_description,
11
long_description_content_type="text/markdown",
tiny_ldap_manager/_version.py
@@ -1,2 +1,2 @@
1
""" Show version of this program """
2
-__version__ = 'v0.1.1'
+__version__ = 'v0.1.2'
0 commit comments