Skip to content

Commit 9841c4b

Browse files
committed
Fixed wrong version
1 parent 9b414a2 commit 9841c4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='tiny-ldap-manager',
8-
version='0.1.2',
8+
version='0.1.2.post0',
99
description='Easily perform several LDAP operations',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

tiny_ldap_manager/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
""" Show version of this program """
2-
__version__ = 'v0.1.1'
2+
__version__ = 'v0.1.2'

0 commit comments

Comments
 (0)