Skip to content

Commit

Permalink
Bump version to 0.6.0 (#90)
Browse files Browse the repository at this point in the history
Changes included since 0.5.2:

* Add provide/inject methods on component
* Add parent property to component (changes Component.__init__ signature)
* Several other small fixes and improvements
  • Loading branch information
berendkleinhaneveld authored Oct 13, 2022
1 parent bc99c58 commit cce5622
Showing 1 changed file with 1 addition and 1 deletion.
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 = "collagraph"
version = "0.5.2"
version = "0.6.0"
description = "Reactive user interfaces"
authors = ["Berend Klein Haneveld <[email protected]>", "Korijn van Golen <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit cce5622

Please sign in to comment.