Skip to content

Commit cd2023f

Browse files
committed
Prep for release 0.3.1
1 parent c800d93 commit cd2023f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Change Log
22
==========
33

4+
(0.3.1) - 2017-06-26
5+
--------------------
6+
7+
Added
8+
"""""
9+
- ``.travis.yml``
10+
- ``setup.cfg``
11+
12+
Changed
13+
"""""""
14+
- Fixed PyPI packaging whoopsie from 0.3
15+
16+
417
(0.3) - 2017-06-23
518
------------------
619

instrumental/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import datetime
55

66
__distname__ = "Instrumental-lib"
7-
__version__ = "0.3"
7+
__version__ = "0.3.1"
88
__author__ = "Nate Bogdanowicz"
99
__email__ = "natezb@gmail.com"
1010
__url__ = 'https://github.com/mabuchilab/Instrumental'

0 commit comments

Comments
 (0)