Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Garcia committed May 20, 2021
1 parent 0105ac5 commit 01d33ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "immutabledict"
version = "1.3.0"
version = "2.0.0"
description = "Immutable wrapper around dictionaries (a fork of frozendict)"
authors = ["Corentin Garcia <corenting@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -39,5 +39,5 @@ max_line_length = 88
extend-ignore = "D100,D101,D104,E501"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry>=1.1.5"]
build-backend = "poetry.masonry.api"

0 comments on commit 01d33ab

Please sign in to comment.