Skip to content

Commit

Permalink
release: 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkl33t committed Dec 6, 2023
1 parent 1d13021 commit 2140874
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ __pycache__
/docs/source/generated
/dist
/ct_lifecycle.egg-info
.env
Pipfile.lock
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.2"
version = "0.1.3"

# -- 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.2"
__version__ = "0.1.3"

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

0 comments on commit 2140874

Please sign in to comment.