diff --git a/README.md b/README.md
index 842e935..007696e 100644
--- a/README.md
+++ b/README.md
@@ -12,14 +12,14 @@ They basically applied MaskGiT to
- Stability and 🤗 Huggingface for their generous sponsorships to work on and open source cutting edge artificial intelligence research
+- Lucas Newman for numerous contirbutions, including the initial training code, acoustic prompting logic, per-level quantizer decoding!
+
- 🤗 Accelerate for providing a simple and powerful solution for training
- Einops for the indispensable abstraction that makes building neural networks fun, easy, and uplifting
- Steven Hillis for submitting the correct masking strategy and for verifying that the repository works! 🙏
-- Lucas Newman for the initial training code and the acoustic prompting logic!
-
## Install
```bash
diff --git a/setup.py b/setup.py
index 2a262bb..c1f02d0 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
setup(
name = 'soundstorm-pytorch',
packages = find_packages(exclude=[]),
- version = '0.0.26',
+ version = '0.0.27',
license='MIT',
description = 'SoundStorm - Efficient Parallel Audio Generation from Google Deepmind, in Pytorch',
author = 'Phil Wang',