Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zprobst committed Apr 5, 2024
1 parent 7a0393a commit 05c201e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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-dotenv"
version = "0.12.0rc1"
version = "0.12.0"
description = "A plugin to nodestream for loading environment variables from a .env file"
authors = ["Zach Probst <Zach_Probst@intuit.com>"]
packages = [{include = "nodestream_plugin_dotenv"}]
Expand All @@ -23,7 +23,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.10"
nodestream = "^0.12.0rc2"
nodestream = "^0.12.0"
python-dotenv = ">=0.21.0,< 2"

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

0 comments on commit 05c201e

Please sign in to comment.