We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c800d93 commit cd2023fCopy full SHA for cd2023f
CHANGELOG.rst
@@ -1,6 +1,19 @@
1
Change Log
2
==========
3
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
17
(0.3) - 2017-06-23
18
------------------
19
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'
0 commit comments