changeset 96:778c3bb1fb41

Bump development version to 0.6.0.dev1
author Franz Glasner <hg@dom66.de>
date Sun, 18 Mar 2018 19:13:35 +0100
parents a0ed95975980
children 1b4d95f60650
files configmix/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configmix/__init__.py	Sun Mar 18 17:57:53 2018 +0100
+++ b/configmix/__init__.py	Sun Mar 18 19:13:35 2018 +0100
@@ -13,7 +13,7 @@
 from __future__ import division, print_function, absolute_import
 
 
-__version__ = "0.5"
+__version__ = "0.6.0.dev1"
 
 __revision__ = "$Revision$"