Skip to content

Commit

Permalink
Update fluxio-parser to 0.2.0 (#22)
Browse files Browse the repository at this point in the history
* Update fluxio-parser to 0.2.0

* lock
  • Loading branch information
jdrake authored Mar 17, 2021
1 parent 7478524 commit 34ac361
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pypants/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""CLI for working with Python packages and BUILD files in a Pants monorepo"""

__version__ = "1.30.2"
__version__ = "1.30.4"
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 = "pypants"
version = "1.30.2"
version = "1.30.4"
description = "CLI for working with Python packages and BUILD files in a Pants monorepo"
authors = ["Jonathan Drake <jdrake@narrativescience.com>"]
license = "BSD-3-Clause"
Expand All @@ -16,7 +16,7 @@ Click = ">=7.0"
cookiecutter = "1.7.0"
networkx = "<3,>=2.2"
python-slugify = "<2,>=1.2.0"
fluxio-parser = "^0.1.1"
fluxio-parser = ">=0.2.0,<1"

[tool.poetry.dev-dependencies]
pre-commit = "^2.10.1"
Expand Down

0 comments on commit 34ac361

Please sign in to comment.