Skip to content

Commit

Permalink
Pre-release for v0.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
csterling committed Jul 28, 2021
1 parent 594be02 commit 305d820
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.7.2 (2021-07-28)
------------------

- Upgraded wai.annotations.tf version from 1.0.0 to 1.1.0.

0.7.1 (2021-05-21)
------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _read(filename: str) -> str:
'Programming Language :: Python :: 3',
],
license='Apache License Version 2.0',
version="0.7.1",
version="0.7.2",
author='Corey Sterling',
author_email='[email protected]',
install_requires=[
Expand All @@ -38,7 +38,7 @@ def _read(filename: str) -> str:
"wai.annotations.layersegments>=1.0.0",
"wai.annotations.roi>=1.0.0",
"wai.annotations.subdir>=1.0.0",
"wai.annotations.tf>=1.0.0",
"wai.annotations.tf>=1.1.0",
"wai.annotations.vgg>=1.0.0",
]
)

0 comments on commit 305d820

Please sign in to comment.