Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
laowantong committed May 27, 2020
1 parent 05d083c commit 9592eb9
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,6 +1,6 @@
[tool.poetry]
name = "paroxython"
version = "0.2.0"
version = "0.3.0"
description = "Search Python code for algorithmic features"
authors = ["Aristide Grange"]
license = "MIT"
Expand Down Expand Up @@ -33,7 +33,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.6.1"
regex = "^2020.4.4"
regex = "^2020.5.14"
sqlparse = "^0.3.1"
typed-ast = "^1.4.1"
docopt = "^0.6.2"
Expand Down

0 comments on commit 9592eb9

Please sign in to comment.