Skip to content

Commit d8b548b

Browse files
committed
Preparing release 0.1
1 parent c3bce8a commit d8b548b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGES
22
*******
33

4-
0.1 (unreleased)
4+
0.1 (2016-07-01)
55
================
66

77
- Initial public release.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description = (
1212
io.open('README.rst', encoding='utf-8').read() + '\n\n' +
1313
io.open('CHANGES.rst', encoding='utf-8').read())
14-
version = '0.1.dev0'
14+
version = '0.1'
1515

1616
setup(
1717
name=name,

0 commit comments

Comments
 (0)