Skip to content

Commit

Permalink
Update pyproject.toml with required python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrgredowski committed Aug 7, 2021
1 parent 536d0a8 commit 7a7b1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "table2sql"
version = "0.1.1"
version = "0.1.2"
authors = ["Piotr Gredowski <[email protected]>"]
license = "MIT"
readme = "README.md"
description = ""

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.6,<4"
click = "^8.0.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 7a7b1ba

Please sign in to comment.