Skip to content

Commit 0847792

Browse files
committed
Version 4.1.1
1 parent 890b67f commit 0847792

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

setup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,10 @@
4848

4949

5050
name = 'python-libarchive'
51-
version = '4.1.0'
52-
release = '1'
53-
versrel = version + '-' + release
51+
version = '4.1.1'
5452
readme = 'README.rst'
5553
download_url = "http://" + name + ".googlecode.com/files/" + name + "-" + \
56-
versrel + ".tar.gz"
54+
version + ".tar.gz"
5755
repourl = 'https://github.com/smartfile/python-libarchive'
5856
long_description = open(readme).read()
5957

@@ -101,7 +99,7 @@ def build_extension(self, ext):
10199

102100
setup(
103101
name=name,
104-
version=versrel,
102+
version=version,
105103
description='A libarchive wrapper for Python supporting password protection.',
106104
long_description=long_description,
107105
license='BSD-style license',

0 commit comments

Comments
 (0)