Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JGjorgji committed Aug 5, 2019
1 parent 692d1d1 commit 11b6a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaperone/cproc/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is designed to be used as a package module, but also as a main program runnable
# by Python2 or Python3 which will print the version. Used in setup.py

VERSION = (0,3,13)
VERSION = (0,3,14)
DISPLAY_VERSION = ".".join([str(v) for v in VERSION])

LICENSE = "Apache License, Version 2.0"
Expand Down

0 comments on commit 11b6a5c

Please sign in to comment.