diff --git a/CHANGES.md b/CHANGES.md index 4aafecc..f2f38f7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Change Log +# 0.4.5 + +- Version bump to fix index.json version issue for ``csv`` + # 0.4.4 - Version bump to fix tagging issue diff --git a/pack.yaml b/pack.yaml index 1e58bc6..e380f38 100755 --- a/pack.yaml +++ b/pack.yaml @@ -7,7 +7,7 @@ keywords: - serialization - deserialization - text processing -version: 0.4.4 +version: 0.4.5 python_versions: - "2" - "3"