Skip to content

Commit

Permalink
version-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
safl committed Dec 17, 2018
1 parent 633a967 commit 54ddb49
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 = 9
VERSION_PATCH = 10
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 @@ -3,7 +3,7 @@

setup(
name="cijoe",
version="0.0.9",
version="0.0.10",
description="Tools for for development and testing",
author="Simon A. F. Lund",
author_email="slund@cnexlabs.com",
Expand Down

0 comments on commit 54ddb49

Please sign in to comment.