Skip to content

Commit

Permalink
Merge pull request #51 from ibLeDy/build/bump-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ibLeDy authored Oct 26, 2023
2 parents 6de6fb5 + 5dacba5 commit 0c981d1
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
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"

[project]
name = "timezone-converter"
version = "0.13.0"
version = "0.14.0"
description = "Compare your local timezone with foreign ones."
license = "MIT"
license-files = { paths = ["LICENSE"] }
Expand Down Expand Up @@ -37,8 +37,8 @@ classifiers = [
requires-python = ">=3.8"
dependencies = [
"importlib-metadata",
"pytz>=2022.6",
"rich>=12.6.0",
"pytz>=2023.3.post1",
"rich>=13.6.0",
]

[project.scripts]
Expand Down

0 comments on commit 0c981d1

Please sign in to comment.