Skip to content

Commit

Permalink
update setup.py for 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
srcole authored Sep 3, 2017
1 parent 792f494 commit fa62545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
from setuptools import setup, find_packages
setup(
name = 'neurodsp',
version = '0.1',
version = '0.2',
description = 'A package of modules for analyzing neural signals',
author = 'The Voytek Lab',
author_email = '[email protected]',
url = 'https://github.com/voytekresearch/neurodsp',
packages=find_packages(),
license='MIT',
download_url = 'https://github.com/voytekresearch/neurodsp/archive/0.1.tar.gz',
download_url = 'https://github.com/voytekresearch/neurodsp/archive/0.2.tar.gz',
keywords = ['neuroscience', 'neural oscillations', 'time series analysis', 'spectral analysis', 'LFP'],
classifiers = []
)
)

0 comments on commit fa62545

Please sign in to comment.