Skip to content

Commit

Permalink
bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkl33t committed Dec 8, 2023
1 parent e8fae3c commit a7c41bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author = "Codethink Ltd"

release = "0.1"
version = "0.1.3"
version = "0.1.4"

# -- General configuration

Expand Down
2 changes: 1 addition & 1 deletion lifecycle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Lifecycle management namespace"""

__version__ = "0.1.3"
__version__ = "0.1.4"

from abc import ABC, abstractmethod
from collections.abc import Mapping
Expand Down

0 comments on commit a7c41bd

Please sign in to comment.