Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alankbi committed Mar 8, 2021
1 parent 2a22bb6 commit 2752d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="detecto",
version="1.2.0",
version="1.2.1",
author="Alan Bi",
author_email="alan.bi326@gmail.com",
description="Build fully-functioning computer vision models with PyTorch",
Expand All @@ -19,6 +19,7 @@
'pandas',
'torch',
'torchvision',
'tqdm',
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 2752d8f

Please # to comment.