Skip to content

Commit

Permalink
build: bump to 0.2.0-dev5 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
iFergal authored Nov 18, 2024
1 parent e5eb52c commit e365217
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-dev4
VERSION=0.2.0-dev5

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-dev4', # also change in src/keria/__init__.py
version='0.2.0-dev5', # 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-dev4' # also change in setup.py
__version__ = '0.2.0-dev5' # also change in setup.py

0 comments on commit e365217

Please sign in to comment.