Skip to content

Commit 1e246e5

Browse files
chore: bump lib versions
1 parent 905793a commit 1e246e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/charms/zookeeper/v0/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def update_cluster(new_members: List[str], event: EventBase) -> None:
7474

7575
# Increment this PATCH version before using `charmcraft publish-lib` or reset
7676
# to 0 if you are raising the major API version
77-
LIBPATCH = 1
77+
LIBPATCH = 2
7878

7979

8080
logger = logging.getLogger(__name__)

lib/charms/zookeeper/v0/zookeeper_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _on_start(self, event):
6161

6262
# Increment this PATCH version before using `charmcraft publish-lib` or reset
6363
# to 0 if you are raising the major API version
64-
LIBPATCH = 1
64+
LIBPATCH = 2
6565

6666
logger = logging.getLogger(__name__)
6767

0 commit comments

Comments
 (0)