From 2f0b6f098c6aed49a7a90eb86ef23853d2983397 Mon Sep 17 00:00:00 2001 From: rip Date: Thu, 11 Jun 2015 12:05:02 +0200 Subject: [PATCH] Prepare tag v0.1 --- README.md | 3 +++ ethunder/_version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"