Skip to content

Commit

Permalink
Removes pyret import from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Niru Maheswaranathan committed Dec 24, 2016
1 parent cfef88b commit ee6a036
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.5.2'
release = '0.5.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyret/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
'filtertools',
]

__version__ = '0.5.2'
__version__ = '0.5.3'

from pyret import *
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from setuptools import setup, find_packages
import pyret

setup(name='pyret',
version=pyret.__version__,
version='0.5.3',
description='Tools for the analysis of neural electrophysiology data',
author='Benjamin Naecker, Niru Maheshwaranathan',
author_email='bnaecker@stanford.edu',
Expand Down

0 comments on commit ee6a036

Please sign in to comment.