Skip to content

Commit

Permalink
Add package metadata for PyPi (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzjp2 authored Feb 7, 2021
1 parent 0bc90f1 commit fce9833
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kedro_local_notify/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""kedro-local-notify"""

__version__ = "0.1.0"
__version__ = "0.1.1"
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
[tool.poetry]
name = "kedro-local-notify"
version = "0.1.0"
version = "0.1.1"
description = "A kedro plugin that interacts with your local notifications"
license = "MIT"
authors = ["Zain Patel <zain.patel06@gmail.com>"]
readme = "README.md"
homepage = "https://github.com/mzjp2/kedro-local-notify"
repository = "https://github.com/mzjp2/kedro-local-notify"
keywords = ["kedro", "notification"]
classifiers = [
"Framework :: Kedro"
]


[tool.poetry.dependencies]
python = ">=3.7, <3.9"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_kedro_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.1.0"
assert __version__ == "0.1.1"

0 comments on commit fce9833

Please # to comment.