Skip to content

Commit

Permalink
Change PyPI name to "pytorch-nemo" (#4)
Browse files Browse the repository at this point in the history
NEMO is not available. Also, set initial version to 0.0.1
  • Loading branch information
FrancescoConti authored Apr 9, 2020
1 parent 567e514 commit d7ae243
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 @@ -4,8 +4,8 @@
long_description = fh.read()

setuptools.setup(
name="NEMO",
version="0.1",
name="pytorch-nemo",
version="0.0.1",
author="Francesco Conti",
author_email="f.conti@unibo.it",
description="NEural Minimizer for pytOrch",
Expand Down

0 comments on commit d7ae243

Please sign in to comment.