Skip to content

Commit fe58eb5

Browse files
Jay LoweJay Lowe
authored andcommitted
bumped version number
1 parent 9bce7dd commit fe58eb5

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ python -m unittest
156156
### Contributing
157157

158158
1. Increment the pip package minor version number in `setup.py`
159-
1. Manually add any new dependencies to `requirements.txt` and list of dependencies in `setup.py` (Be careful not to overwrite any packages that might screw up backwards dependencies for object detection, etc.)
159+
1. Manually add any new dependencies to `requirements.txt` with a version such as `chardet==4.0.0` and list of dependencies in `setup.py` (Be careful not to overwrite any packages that might screw up backwards dependencies for object detection, etc.)
160160

161161
### Code Quality
162162

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="roboflow", # Replace with your own username
10-
version="0.2.15",
10+
version="0.2.16",
1111
author="Roboflow",
1212
author_email="jacob@roboflow.com",
1313
description="python client for the Roboflow application",
@@ -32,7 +32,6 @@
3232
"requests_toolbelt",
3333
"six",
3434
"urllib3==1.26.6",
35-
"wget",
3635
"tqdm>=4.41.0",
3736
"PyYAML>=5.3.1",
3837
"wget",

0 commit comments

Comments
 (0)