Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zihangJiang committed Jul 17, 2021
1 parent bd50ea5 commit 4b7da5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'tlt',
packages = find_packages(exclude=['seg','visualize']),
version = '0.1.0',
version = '0.1.1',
license='Apache License 2.0',
description = 'Token Labeling Toolbox for training image models',
author = 'Zihang Jiang',
Expand Down Expand Up @@ -31,4 +31,4 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)
)

0 comments on commit 4b7da5f

Please sign in to comment.