TETRIS2000/__version__.py
adrienmalin e303a4e779
V0.3
- Change background images as I am not sure the other really are CC0
- Change music to remixes from ocremix.org
- Split code into several files
- Change setting dialog layout
- Add splashscreen
- Minor fixes
2018-08-06 02:14:44 +02:00

7 lines
132 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
__author__ = "Adrien Malingrey"
__title__ = "Tetris 2000"
__version__ = "0.3"