-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,12 @@ | |
long_description = file.read() | ||
setup( | ||
name='PytorchWildlife', | ||
version='1.1.0', | ||
version='1.2.0', | ||
packages=find_packages(), | ||
url='https://github.com/microsoft/CameraTraps/', | ||
license='MIT', | ||
author='Andres Hernandez, Zhongqi Miao', | ||
author_email='[email protected], [email protected]', | ||
author='Andres Hernandez, Zhongqi Miao, Daniela Ruiz Lopez, Isai Daniel Chacon Silva', | ||
author_email='[email protected], [email protected], [email protected], [email protected]', | ||
description='a PyTorch Collaborative Deep Learning Framework for Conservation.', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.0.0 | ||
1.2.0.0 |