Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
spjuhel committed Jan 24, 2023
1 parent b2701e9 commit be0132f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boario/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import logging
from functools import lru_cache

__version__ = "v0.4.0b0"
__version__ = "v0.4.1b0"

# Create a logger object.
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit be0132f

Please sign in to comment.