next version

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-07 06:56:06 -05:00
parent bf74a09314
commit f09cb3a33e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,4 +4,4 @@
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = '11.0.7'
__version__ = '11.0.8'
+1 -1
View File
@@ -59,7 +59,7 @@ class DebCommand(Command):
except FileNotFoundError:
pass
self.status(u'Creating debian mainfest…')
os.system('python setup.py --command-packages=stdeb.command sdist_dsc -z artful --package3=pipenv --depends3=python3-pew')
os.system('python setup.py --command-packages=stdeb.command sdist_dsc -z artful --package3=pipenv --depends3=pew')
self.status(u'Building .deb…')
os.chdir('deb_dist/pipenv-{0}'.format(about['__version__']))