Skip to content

Commit

Permalink
fix:version
Browse files Browse the repository at this point in the history
  • Loading branch information
touero committed Dec 4, 2024
1 parent 2c3c2e9 commit eede389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "easier-docker"
version = "2.2.5"
version = "2.2.6"
description = "Configure your container image information more easily in python, allowing the container in docker to execute the configured program you want to execute."
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/easierdocker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .log_re import log
from .config import Config

__version__ = '2.2.5'
__version__ = '2.2.6'

0 comments on commit eede389

Please sign in to comment.