Skip to content

Commit

Permalink
bump to 0.0.8 🎈
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunvxc committed Mar 19, 2016
1 parent 06c4392 commit 7ee0a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = '0.0.7'
VERSION = '0.0.8'
from .application import get_active_venv, get_package_name, get_envy_path, original_backed_up, get_venv_full_package_path, sync, clean
from .decorators import is_active_venv, in_python_package, validate_env, validate_pkg
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
license='MIT',
author='Shaun Viguerie',
author_email='shaunvig114@gmail.com',
description='interact with virtualenv site-packages as if they were in your working directory',
description='safely and easily debug files deep in python virtualenvs',
entry_points={
'console_scripts': ['envy = envy.application:main']
},
Expand Down

0 comments on commit 7ee0a71

Please sign in to comment.