Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagusak authored Nov 17, 2019
1 parent c281e8e commit 839dc83
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 @@ -16,12 +16,12 @@ def load_requirements(file_name):

setup(
name="flopco-pytorch",
version="v0.1.2",
version="v0.1.3",
description="FLOPs and other statistics COunter for Pytorch neural networks",
author="Julia Gusak",
author_email="[email protected]",
url="https://github.com/juliagusak/flopco-pytorch",
download_url="https://github.com/juliagusak/flopco-pytorch/archive/v0.1.2.tar.gz",
download_url="https://github.com/juliagusak/flopco-pytorch/archive/v0.1.3.tar.gz",
keywords = ['pytorch', 'flops', 'macs', 'neural-networks', 'cnn'],
license="MIT",
packages=find_packages(),
Expand Down

0 comments on commit 839dc83

Please sign in to comment.