We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d91a1d commit 33b8b5fCopy full SHA for 33b8b5f
2 files changed
pyproject.toml
@@ -9,6 +9,7 @@ build-backend = "flit_core.buildapi"
9
[project]
10
name = "midi_const"
11
authors = [{name = "Raphaël Doursenaud", email = "rdoursenaud@gmail.com"}]
12
+readme = "README.md"
13
license = {file = "LICENSE"}
14
classifiers = [
15
"Development Status :: 3 - Alpha",
src/midi_const/__init__.py
@@ -3,7 +3,6 @@
3
# SPDX-FileCopyrightText: 2021 Raphaël Doursenaud <rdoursenaud@gmail.com>
4
#
5
# SPDX-License-Identifier: CC0-1.0 OR MIT OR Unlicense
6
-
7
"""
8
Python MIDI constants.
@@ -16,7 +15,7 @@
16
http://amei.or.jp/midistandardcommittee
17
18
19
-__version__ = "0.1.0"
+__version__ = "0.1.0.post1"
20
21
VERSION = {
22
1: "1.0",
0 commit comments