Skip to content

Commit

Permalink
Merge pull request #378 from MrCreosote/master
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
MrCreosote committed Jul 23, 2020
2 parents fc69a05 + 66c1957 commit dd5fac2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ service-language:
python

module-version:
0.1.0-alpha21
0.1.0-alpha22

owners:
[gaprice]
Expand Down
2 changes: 1 addition & 1 deletion lib/SampleService/SampleServiceImpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class SampleService:
# state. A method could easily clobber the state set by another while
# the latter method is running.
######################################### noqa
VERSION = "0.1.0-alpha21"
VERSION = "0.1.0-alpha22"
GIT_URL = "https://github.com/mrcreosote/sample_service.git"
GIT_COMMIT_HASH = "67b70bb587fbf1212a06c716e2e44b0d161cd4c7"

Expand Down
2 changes: 1 addition & 1 deletion test/SampleService_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# TODO should really test a start up for the case where the metadata validation config is not
# supplied, but that's almost never going to be the case and the code is trivial, so YAGNI

VER = '0.1.0-alpha21'
VER = '0.1.0-alpha22'

_AUTH_DB = 'test_auth_db'
_WS_DB = 'test_ws_db'
Expand Down

0 comments on commit dd5fac2

Please sign in to comment.