Skip to content

Commit

Permalink
Merge pull request #33 from SamWarden/dev
Browse files Browse the repository at this point in the history
Increase Didiator version
  • Loading branch information
SamWarden authored Dec 9, 2022
2 parents f8dc40a + 2482097 commit 8477269
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion didiator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .interface.mediator import Mediator
from .mediator import MediatorImpl

__version__ = '0.1.0'
__version__ = "0.1.1"

__all__ = (
"__version__",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "didiator"
version = "0.1.0"
version = "0.1.1"
description = "A library that implements the Mediator pattern and uses DI library"
authors = [
"SamWarden <SamWardenSad@gmail.com>",
Expand Down
5 changes: 0 additions & 5 deletions tests/unit/test_didiator.py

This file was deleted.

0 comments on commit 8477269

Please sign in to comment.