diff --git a/docs/changelog.md b/docs/changelog.md index 9ba7813a..8e6030b9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,9 +2,5 @@ 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.1.1] -- 2019-06-11 -- Fix pypi packaging -- Make py2 compatible - ## [0.1.0] -- 2019-06-10 - Initial project release diff --git a/refgenconf/_version.py b/refgenconf/_version.py index 485f44ac..4ab7db06 100644 --- a/refgenconf/_version.py +++ b/refgenconf/_version.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.0post0"