diff --git a/README.md b/README.md index 1801e62..e1a0e1e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index a1d5219..64f3994 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='common', - version='0.1.5', + version='0.1.6', author='Unascribed', author_email='tech@polymathventures.co', description='Code intended to be used across Polymath Ventures repositories.',