-
-
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.
* update : version tags updated. * update : changelog updated. * update : version tags in `bug_report.yml` updated. * fix : version in `SECURITY.md` fixed.
- Loading branch information
1 parent
3c26c92
commit b8f1fef
Showing
8 changed files
with
13 additions
and
10 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
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.5" %} | ||
{% set version = "0.6" %} | ||
|
||
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.5" | ||
NAVA_VERSION = "0.6" | ||
|
||
|
||
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.5', | ||
version='0.6', | ||
description='A Python library for playing sound everywhere natively and securely.', | ||
long_description=read_description(), | ||
long_description_content_type='text/markdown', | ||
author='Nava Development Team', | ||
author_email='[email protected]', | ||
url='https://github.com/openscilab/nava', | ||
download_url='https://github.com/openscilab/nava/tarball/v0.5', | ||
download_url='https://github.com/openscilab/nava/tarball/v0.6', | ||
keywords="sound wav music mp3 player audio", | ||
project_urls={ | ||
'Webpage': 'https://openscilab.com/', | ||
|