This commit is contained in:
2017-01-20 18:16:09 -05:00
parent d582f05d26
commit 2753bdbf92
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import pexpect
import toml
import _pipfile as pipfile
__version__ = '0.1.2'
__version__ = '0.1.3'
class Project(object):
"""docstring for Project"""
+1 -1
View File
@@ -36,7 +36,7 @@ required = [
setup(
name='pipenv',
version='0.1.2',
version='0.1.3',
description='Sacred Marriage of Pipfile, Pip, & Virtualenv.',
long_description=long_description,
author='Kenneth Reitz',