Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhmiao committed Jan 23, 2025
1 parent b0c4c43 commit 111c41b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0.0
1.2.0.0

0 comments on commit 111c41b

Please sign in to comment.