From cd2023f89b7fa2571c41c44aa46b7b7e82177508 Mon Sep 17 00:00:00 2001 From: Nate Bogdanowicz Date: Mon, 26 Jun 2017 12:30:54 -0700 Subject: [PATCH] Prep for release 0.3.1 --- CHANGELOG.rst | 13 +++++++++++++ instrumental/__about__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 775617a6..08685e07 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,19 @@ Change Log ========== +(0.3.1) - 2017-06-26 +-------------------- + +Added +""""" +- ``.travis.yml`` +- ``setup.cfg`` + +Changed +""""""" +- Fixed PyPI packaging whoopsie from 0.3 + + (0.3) - 2017-06-23 ------------------ diff --git a/instrumental/__about__.py b/instrumental/__about__.py index ffd7fea1..c9b8098c 100644 --- a/instrumental/__about__.py +++ b/instrumental/__about__.py @@ -4,7 +4,7 @@ import datetime __distname__ = "Instrumental-lib" -__version__ = "0.3" +__version__ = "0.3.1" __author__ = "Nate Bogdanowicz" __email__ = "natezb@gmail.com" __url__ = 'https://github.com/mabuchilab/Instrumental'