Skip to content

Commit b7cdb26

Browse files
Thomas Rabaixrande
authored andcommitted
feat(release): bump version 0.1.0
1 parent 5150378 commit b7cdb26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ioc"
7-
version = "0.0.16"
7+
version = "0.1.0"
88
description = "A small dependency injection container based on Symfony2 Dependency Component"
99
readme = "README.md"
1010
license = "Apache-2.0"
@@ -107,4 +107,4 @@ ignore_missing_imports = true
107107

108108
[[tool.mypy.overrides]]
109109
module = "ioc.extra.*"
110-
ignore_errors = true
110+
ignore_errors = true

0 commit comments

Comments
 (0)