Skip to content

Commit

Permalink
Merge pull request #380 from MrCreosote/master
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
MrCreosote committed Aug 6, 2020
2 parents e450e2a + 89826d0 commit 695bb80
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-alpha22
0.1.0-alpha23

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-alpha22"
VERSION = "0.1.0-alpha23"
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-alpha22'
VER = '0.1.0-alpha23'

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

0 comments on commit 695bb80

Please sign in to comment.