Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinMoriarty committed Nov 25, 2020
1 parent 2451ef8 commit 29339ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[tool.poetry]
name = "config-injector"
version = "0.1.0"
version = "0.1.1"
description = "Simple dependency injection framework for python for easy and logical app configuration."
authors = ["DustinMoriarty <[email protected]>"]
readme = "README.md"
url = "https://github.com/DustinMoriarty/config-injector"
homepage = "https://github.com/DustinMoriarty/config-injector"
repository = "https://github.com/DustinMoriarty/config-injector"
documentation = "https://github.com/DustinMoriarty/config-injector"
liscense = "MIT"
license = "MIT"


[tool.poetry.dependencies]
Expand Down

0 comments on commit 29339ca

Please sign in to comment.