Skip to content

Commit

Permalink
version-bump
Browse files Browse the repository at this point in the history
Signed-off-by: Simon A. F. Lund <simon.lund@samsung.com>
  • Loading branch information
safl committed Mar 13, 2020
1 parent ff67dc6 commit 14e2e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/cij/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_PATCH = 31
VERSION_PATCH = 32
VERSION = "%d.%d.%d" % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)

PR_EMPH_CC = "\033[0;36m"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(*parts):

setup(
name="cijoe",
version="0.0.31",
version="0.0.32",
description="Tools for systems development and testing",
long_description=read('README.rst'),
author="Simon A. F. Lund",
Expand Down

0 comments on commit 14e2e1d

Please sign in to comment.