diff --git a/docs/changelog.md b/docs/changelog.md index e909aeac..c3310025 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. -## [0.0.1] - 2020-01-12 +## [0.0.2] - 2020-01-12 ### Added - Initial project release \ No newline at end of file diff --git a/eido/_version.py b/eido/_version.py index f102a9ca..3b93d0be 100644 --- a/eido/_version.py +++ b/eido/_version.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2"