Skip to content

Commit 917ded1

Browse files
authored
Merge pull request #11 from nodestream-proj/feature/nodestream-0.14
feat: update nodestream to 0.14.0
2 parents 574c5ff + f0a589a commit 917ded1

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

poetry.lock

+11-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nodestream-plugin-dotenv"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = "A plugin to nodestream for loading environment variables from a .env file"
55
authors = ["Zach Probst <[email protected]>"]
66
packages = [{include = "nodestream_plugin_dotenv"}]
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.10"
26-
nodestream = "^0.13.0"
26+
nodestream = "^0.14.0"
2727
python-dotenv = ">=0.21.0,< 2"
2828

2929
[tool.poetry.plugins."nodestream.plugins"]

0 commit comments

Comments
 (0)