Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbonz committed Dec 23, 2019
1 parent dc25dff commit ba0064e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GIT:=/usr/bin/git

NAME=openkongqi
PACKAGE_NAME:=$(NAME)
PACKAGE_VERSION:="0.1.8"
PACKAGE_VERSION:="0.2.0"

pipreq:
pip-compile requirements.in
Expand Down
2 changes: 1 addition & 1 deletion openkongqi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-


__version__ = '0.1.8'
__version__ = '0.2.0'
__author__ = "Stefan Berder"
__contact__ = 'stefan@measureofqualty.com'

0 comments on commit ba0064e

Please sign in to comment.