diff --git a/CHANGELOG b/CHANGELOG index d8736ef..254d48a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,2 +1,4 @@ +0.0.3 + - fix readme 0.0.1 - skeleton release diff --git a/chipstream/__init__.py b/chipstream/__init__.py index e69de29..91be6f0 100644 --- a/chipstream/__init__.py +++ b/chipstream/__init__.py @@ -0,0 +1,2 @@ +# flake8: noqa: F401 +from ._version import __version__, __version_tuple__