From 6325c4bef6905a75f288a19fc4b33f2ae8334c4d Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 27 Apr 2023 18:43:27 +0200 Subject: [PATCH] Version 0.7.0. --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe6367c7..52fd0f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ 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/), +## 0.7.0 - 2023-04-27 + +### Added +- Some basic unit tests +- Recurrent memory transformer model + +### Updated +- Requirements. + ## 0.6.0 - 2022-09-23 ### Added diff --git a/setup.py b/setup.py index 7e1746fb..25dda378 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_namespace_packages setup(name='music-generation-toolbox', - version='0.6.0', + version='0.7.0', description='Toolbox for generating music', author='Vincent Bons', url='https://github.com/wingedsheep/music-generation-toolbox',