Skip to content

Commit

Permalink
Bump version & update tagline in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
duerrp committed Apr 14, 2015
1 parent 8100dbf commit c7a120d
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 @@ -22,14 +22,14 @@

setup(
name="pyexperiment",
version="0.1.14",
version="0.1.15",
author="Peter Duerr",
author_email="duerrp@gmail.com",
description="Framework for quick and clean experiments with python.",
description="Run experiments with Python - quick and clean.",
license="MIT",
keywords="science experiment",
url="https://github.com/duerrp/pyexperiment",
download_url="https://github.com/duerrp/pyexperiment/tarball/0.1.14",
download_url="https://github.com/duerrp/pyexperiment/tarball/0.1.15",
packages=['pyexperiment',
'pyexperiment.conf',
'pyexperiment.state',
Expand Down

0 comments on commit c7a120d

Please sign in to comment.