Skip to content

Commit

Permalink
Version 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wingedsheep committed Apr 27, 2023
1 parent 8b57664 commit 6325c4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 6325c4b

Please sign in to comment.