Skip to content

Commit

Permalink
Merge pull request #80 from UBC-MDS/version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
avinashkz committed Mar 17, 2018
2 parents 50395e7 + c5fc2bd commit 559d436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pypunisher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
from pypunisher.metrics.criterion import aic, bic
from pypunisher.selection_engines.selection import Selection

__version_info__ = (4, 0, 0)
__version_info__ = (4, 0, 1)
__version__ = '.'.join(map(str, __version_info__))
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ def read(fname):

setup(
name='pypunisher',
version='4.0.0',
version='4.0.1',
author='Jill Cates, Avinash Prabhakaran, Tariq Hassan',
author_email='NA',
description='Model Selection in Python',
long_description=read('docs/README.md'),
license='BSD-3',
keywords='model selection',
url='https://github.com/UBC-MDS/PyPunisher',
download_url='https://github.com/UBC-MDS/PyPunisher/archive/v4.0.0tar.gz',
download_url='https://github.com/UBC-MDS/PyPunisher/archive/v4.0.1tar.gz',
packages=find_packages(exclude=("tests",)),
# Note: requirements.txt contains some packages
# which are not needed to simply use the package
Expand Down

0 comments on commit 559d436

Please sign in to comment.