Skip to content

Commit

Permalink
Merge pull request #12 from nodestream-proj/feature/nodestream-0.14
Browse files Browse the repository at this point in the history
feat: update nodestream to 0.14.0
  • Loading branch information
zprobst authored Feb 24, 2025
2 parents 662ba12 + a262c34 commit 1a4aff5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
18 changes: 11 additions & 7 deletions poetry.lock

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

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 = "nodestream-plugin-pedantic"
version = "0.13.0"
version = "0.14.0"
description = "A nodestream plugin that provides a series of audits to ensure high quality and consistent nodestream projects."
authors = ["Zach Probst <Zach_Probst@intuit.com>"]
packages = [{include = "nodestream_plugin_pedantic"}]
Expand All @@ -23,7 +23,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.10"
nodestream = "^0.13.0"
nodestream = "^0.14.0"
inflection = "^0.5.1"

[tool.poetry.plugins."nodestream.plugins"]
Expand Down

0 comments on commit 1a4aff5

Please sign in to comment.