-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* edit : `READEME.md` modified. * update : version tags updated. * update : changelog updated. * update : bug report updated. * revert : `## Overview` returned to the `README.md`.
- Loading branch information
1 parent
dc0132f
commit 89d3edd
Showing
7 changed files
with
12 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% set name = "nava" %} | ||
{% set version = "0.4" %} | ||
{% set version = "0.5" %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
import sys | ||
import codecs | ||
Failed = 0 | ||
NAVA_VERSION = "0.4" | ||
NAVA_VERSION = "0.5" | ||
|
||
|
||
SETUP_ITEMS = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,14 +32,14 @@ def read_description(): | |
setup( | ||
name='nava', | ||
packages=['nava'], | ||
version='0.4', | ||
version='0.5', | ||
description='A Python library for playing sound everywhere natively and securely.', | ||
long_description=read_description(), | ||
long_description_content_type='text/markdown', | ||
author='OpenSciLab Development Team', | ||
author_email='[email protected]', | ||
url='https://github.com/openscilab/nava', | ||
download_url='https://github.com/openscilab/nava/tarball/v0.4', | ||
download_url='https://github.com/openscilab/nava/tarball/v0.5', | ||
keywords="sound wav music mp3 player audio", | ||
project_urls={ | ||
'Webpage': 'https://openscilab.com/', | ||
|
@@ -49,7 +49,7 @@ def read_description(): | |
install_requires=get_requires(), | ||
python_requires='>=3.6', | ||
classifiers=[ | ||
'Development Status :: 3 - Alpha', | ||
'Development Status :: 4 - Beta', | ||
'Intended Audience :: Developers', | ||
'Natural Language :: English', | ||
'License :: OSI Approved :: MIT License', | ||
|