Preparing release 0.1

This commit is contained in:
Stephan Geulette 2013-03-06 14:47:45 +01:00
parent 0e006da8ba
commit 6c796ceed2
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
Changelog
=========
1.0-dev (unreleased)
--------------------
0.1 (2013-03-06)
----------------
- Package created using templer
[cedricmessiant]

View File

@ -1,7 +1,7 @@
#! -*- coding: utf8 -*-
from setuptools import setup, find_packages
version = '1.0'
version = '0.1'
long_description = (
open('README.rst').read()