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 <os@safl.dk>
  • Loading branch information
safl committed Feb 11, 2020
1 parent 82753eb commit 5987ed6
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 = 30
VERSION_PATCH = 31
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.30",
version="0.0.31",
description="Tools for systems development and testing",
long_description=read('README.rst'),
author="Simon A. F. Lund",
Expand Down

0 comments on commit 5987ed6

Please sign in to comment.