Skip to content

Commit 5de1a42

Browse files
committed
Fix version in setup file
1 parent fae98bf commit 5de1a42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from distutils.core import setup, Extension
22
setup(name="pycryptsetup",
3-
version = '0.0.11',
3+
version = '0.1.0',
44
description = "Python bindings for cryptsetup",
55
author = "Martin Sivak",
66
author_email= "msivak@redhat.com",

0 commit comments

Comments
 (0)