Skip to content

Commit

Permalink
version-bump: v0.1.42
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 3, 2021
1 parent c3ca4bd commit 52f852d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/cij/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import os

VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_PATCH = 38
VERSION_MINOR = 1
VERSION_PATCH = 42
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 @@ -20,7 +20,7 @@ def read(*parts):

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

0 comments on commit 52f852d

Please sign in to comment.