Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gkrimer committed Apr 23, 2016
1 parent 167f0c4 commit ae9c9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ the URL above to enable password-free installation.

## Dependencies

Note that common does add some dependencies to your project. They are listed in the [setup.py file](setup.py#L12-L15).
Note that common does add some dependencies to your project. They are listed in the [setup.py file](setup.py#L12-L17).
Be mindful about adding new ones as they will have to be installed in all projects using common.

Since this is a library intended for use in other apps, the way dependencies work is a bit different. There is no
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='common',
version='0.1.5',
version='0.1.6',
author='Unascribed',
author_email='[email protected]',
description='Code intended to be used across Polymath Ventures repositories.',
Expand Down

0 comments on commit ae9c9c9

Please sign in to comment.