Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vballoli committed Mar 3, 2021
1 parent 184a4ef commit 2f88915
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 @@ -8,7 +8,7 @@
setup(
name = 'nfnets-pytorch',
packages = find_packages(),
version = '0.0.7',
version = '0.0.8',
license='MIT',
description = 'NFNets, PyTorch',
long_description=long_description,
Expand All @@ -35,4 +35,4 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)
)

0 comments on commit 2f88915

Please sign in to comment.