Skip to content

Commit

Permalink
chore: bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Oct 17, 2023
1 parent e4199e4 commit 77648e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
[tool.poetry]
name = "caseless"
version = "0.2.0"
version = "0.3.0"
description = "A caseless typed dictionary in Python"
authors = ["Clint Valentine <valentine.clint@gmail.com>"]
license = "MIT"
readme = "README.md"
include = [
{ path = ".github/img/cover.jpg", format = ["sdist", "wheel"] }
]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 77648e3

Please sign in to comment.