diff --git a/doc/conf.py b/doc/conf.py index b3a29d5..2799948 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,7 +56,7 @@ # The short X.Y version. version = u'1.0' # The full version, including alpha/beta/rc tags. -release = u'1.0.13' +release = u'1.0.14' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index c22bd85..bd6f466 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ long_description = readme.read() setup(name="simplefix", - version="1.0.13", + version="1.0.14", description="Simple FIX Protocol implementation for Python", long_description=long_description, url="https://github.com/da4089/simplefix",