Skip to content

Commit 1f9ebc2

Browse files
committed
Prepare for release 0.3
1 parent 0e36869 commit 1f9ebc2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change Log
22
==========
33

4-
Unreleased
5-
----------
4+
(0.3) - 2017-06-23
5+
------------------
66

77
Added
88
"""""

instrumental/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2016 Nate Bogdanowicz
2+
# Copyright 2016-2017 Nate Bogdanowicz
33

44
import datetime
55

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

0 commit comments

Comments
 (0)