diff --git a/CHANGELOG.md b/CHANGELOG.md index 51988371..620adc73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -[Unreleased] +[0.3.2-alpha] ### Added - Improved test coverage. ### Changed diff --git a/setup.py b/setup.py index 4abf0f59..63c071bf 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='dionysus_app', - version='0.3.1-alpha', + version='0.3.2-alpha', description='Avatar chart generator', author='David Antonini', author_email='toonarmycaptain@hotmail.com',