Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erikglee authored Jun 25, 2020
1 parent 3bb4cea commit 471db36
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 @@ -5,14 +5,14 @@

setuptools.setup(
name="discovery_imaging_utils", # Replace with your own username
version="v0.1.1",
version="v0.1.2",
author="Erik Lee",
author_email="[email protected]",
description="A package to aid in resting-state fMRI analysis",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/erikglee/discovery_imaging_utils",
download_url="https://github.com/erikglee/discovery_imaging_utils/archive/v0.1.1.tar.gz",
download_url="https://github.com/erikglee/discovery_imaging_utils/archive/v0.1.2.tar.gz",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 471db36

Please sign in to comment.