Skip to content

Commit

Permalink
Version bump to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bw27492 committed Apr 3, 2024
1 parent b582d3f commit 747e05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/python/src/bailo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"""
from __future__ import annotations

# Package Version (2.1.0)
__version__ = "2.1.0"
# Package Version (2.1.1)
__version__ = "2.1.1"

from bailo.core.agent import Agent, PkiAgent, TokenAgent
from bailo.core.client import Client
Expand Down

0 comments on commit 747e05f

Please sign in to comment.