Skip to content

Commit

Permalink
Upgrade Fluxio to 0.3.1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrake committed Mar 30, 2021
1 parent 34ac361 commit 0716e37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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.4"
__version__ = "1.30.5"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pypants"
version = "1.30.4"
version = "1.30.5"
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 @@ -9,14 +9,14 @@ homepage = "https://github.com/NarrativeScience/pypants"
repository = "https://github.com/NarrativeScience/pypants"

[tool.poetry.dependencies]
python = "^3.6.1"
python = "^3.6.5"
astor = "<1,>=0.7.1"
black = "19.3b0"
Click = ">=7.0"
cookiecutter = "1.7.0"
networkx = "<3,>=2.2"
python-slugify = "<2,>=1.2.0"
fluxio-parser = ">=0.2.0,<1"
fluxio-parser = ">=0.3.1,<1"

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

0 comments on commit 0716e37

Please sign in to comment.