Update package version to 0.2. Update changelog.

This commit is contained in:
Michael Hierweck
2016-05-29 11:04:30 +02:00
parent 7134636ba6
commit 37c76dd9ac
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
version = '0.1'
version = '0.2'
long_description = (
open('README.txt').read()