This commit is contained in:
Kostiantyn Rybnikov 2016-06-07 19:40:49 +03:00
parent ac699597ec
commit c061a877bf

View File

@ -3,7 +3,7 @@ Python helper for Semantic Versioning (http://semver.org/)
"""
import re
__version__ = '2.5.0'
__version__ = '2.6.0'
__author__ = 'Konstantine Rybnikov'
__author_email__ = 'k-bx@k-bx.com'