Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed May 20, 2024
1 parent 10256b1 commit 2c8be57
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ Untitled*.ipynb
*.texi
.virtual_documents
test/output
*.kate-swp
43 changes: 43 additions & 0 deletions notebooks/test/test-soundfont.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "427954c5-fec0-42b4-8298-6717c99e4115",
"metadata": {},
"outputs": [],
"source": [
"from maelzel import *"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "bd5a86a4-4249-46c1-85a9-10ea168e99c7",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup

readme = open('README.rst').read()
version = (1, 3, 0)
version = (1, 4, 0)


def package_files(directory):
Expand Down

0 comments on commit 2c8be57

Please sign in to comment.