Skip to content

Commit

Permalink
I had to increment to 1.0.1 due to an upload problem with 1.0.0 on PYPI
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoresi committed Jun 11, 2019
1 parent fa6ed65 commit bccd145
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@
## (see http://peterdowns.com/posts/first-time-with-pypi.html)



from setuptools import setup, find_packages
from numpy.distutils.core import setup, Extension
from os import path
import io

## in development set version to none and ...
PYPI_VERSION = "1.0.0"
PYPI_VERSION = "1.0.1"

# Return the git revision as a string (from numpy)
def git_version():
Expand Down

0 comments on commit bccd145

Please sign in to comment.