diff hgext3rd/topic/__init__.py @ 3139:ec2251d0ba06

packaging: mark as development version This helps avoid confusion.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 23 Oct 2017 16:07:09 +0200
parents c3953ae44b87
children f4c6cce8fb7d
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Mon Oct 23 16:05:57 2017 +0200
+++ b/hgext3rd/topic/__init__.py	Mon Oct 23 16:07:09 2017 +0200
@@ -139,7 +139,7 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.4.1.dev'
+__version__ = '0.5.0.dev'
 
 testedwith = '4.0.2 4.1.3 4.2.3 4.3.3 4.4'
 minimumhgversion = '4.0'