Skip to content

Commit b270a91

Browse files
committed
Bump version.
1 parent 9436fd1 commit b270a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = u'1.0'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'1.0.13'
59+
release = u'1.0.14'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
long_description = readme.read()
3131

3232
setup(name="simplefix",
33-
version="1.0.13",
33+
version="1.0.14",
3434
description="Simple FIX Protocol implementation for Python",
3535
long_description=long_description,
3636
url="https://github.com/da4089/simplefix",

0 commit comments

Comments
 (0)