diff --git a/README.md b/README.md index 12e9e16..8994385 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # enlighted-thunder A first project to explore the possiblities of GitHub. Please ignore. + +This is version 0.1 of ethunder with the following features: + - shows a configurable message (yeah!) diff --git a/ethunder/_version.py b/ethunder/_version.py index d3ec452..3dc1f76 100644 --- a/ethunder/_version.py +++ b/ethunder/_version.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.1.0"