Skip to content

Commit

Permalink
bumping versions to 0.2.0-dev4 for tag (#315)
Browse files Browse the repository at this point in the history
Signed-off-by: 2byrds <[email protected]>
  • Loading branch information
2byrds authored Nov 5, 2024
1 parent 910d3e7 commit 55d9860
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build-keria

VERSION=0.2.0-dev3
VERSION=0.2.0-dev4

define DOCKER_WARNING
In order to use the multi-platform build enable the containerd image store
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='keria',
version='0.2.0-dev3', # also change in src/keria/__init__.py
version='0.2.0-dev4', # also change in src/keria/__init__.py
license='Apache Software License 2.0',
description='KERIA: KERI Agent in the cloud',
long_description="KERIA: KERI Agent in the cloud.",
Expand Down
2 changes: 1 addition & 1 deletion src/keria/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
main package
"""

__version__ = '0.2.0-dev3' # also change in setup.py
__version__ = '0.2.0-dev4' # also change in setup.py

0 comments on commit 55d9860

Please sign in to comment.