diff options
author | Matěj Cepl <mcepl@redhat.com> | 2014-06-02 15:44:14 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2014-06-02 15:48:28 +0200 |
commit | 23c3d60f4d2b5416db9334706cddf3b3617d3509 (patch) | |
tree | ed0623f6b60f647f7dfad3892dfea82d609ea791 /setup.py | |
parent | 735015800cecf9ccd0f4ac52a4e83591d6d94a5d (diff) | |
download | yamlish-23c3d60f4d2b5416db9334706cddf3b3617d3509.tar.gz |
Perhaps we don't need unittest2 after all
Bump the release as well.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ def read(fname): setup( name='yamlish', - version="0.12", + version="0.13", description='Python implementation of YAMLish', author='Matěj Cepl', author_email='mcepl@redhat.com', |