Skip to content

Commit 736b3a5

Browse files
committed
Preparing release 0.1
1 parent 22977b3 commit 736b3a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.1 (unreleased)
1+
0.1 (2013-09-19)
22
----------------
33

44
- Initial release. Includes features!

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
LICENSE = 'BSD'
4040

4141
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
42-
VERSION = '0.1.dev'
42+
VERSION = '0.1'
4343

4444
# Indicates if this version is a release version
4545
RELEASE = 'dev' not in VERSION

0 commit comments

Comments
 (0)