Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Jan 22, 2021
1 parent 5fb611e commit 9c1b322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def cythonize(*args, **kwargs): #pylint: disable=redefined-outer-name
# Remove our arguments from argv so that setuptools doesn't see them
sys.argv = [sys.argv[0]] + unknown_args

version = '0.0.8'
version = '0.0.9'

# Adapted from https://github.com/pytorch/pytorch
cwd = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit 9c1b322

Please sign in to comment.