Skip to content

Commit

Permalink
Merge pull request #10 from nodestream-proj/release-0.13.0
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
zprobst authored Aug 9, 2024
2 parents 2767f76 + fa34532 commit 662ba12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

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.0b1"
version = "0.13.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.0b1"
nodestream = "^0.13.0"
inflection = "^0.5.1"

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

0 comments on commit 662ba12

Please # to comment.