-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rel : migrate to version 1.6 * rel : CHANGELOG.md updated * rel : bug_report.yml updated
- Loading branch information
1 parent
9eff165
commit a0ec05b
Showing
10 changed files
with
21 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
block_cipher = None | ||
|
||
pyrgg_version = "1.5" | ||
pyrgg_version = "1.6" | ||
|
||
|
||
a = Analysis(['pyrgg/__main__.py'], | ||
|
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 = "pyrgg" %} | ||
{% set version = "1.5" %} | ||
{% set version = "1.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
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 |
---|---|---|
|
@@ -39,14 +39,14 @@ def read_description(): | |
setup( | ||
name='pyrgg', | ||
packages=['pyrgg', 'pyrgg.engines'], | ||
version='1.5', | ||
version='1.6', | ||
description='Python Random Graph Generator', | ||
long_description=read_description(), | ||
long_description_content_type='text/markdown', | ||
author='PyRGG Development Team', | ||
author_email='[email protected]', | ||
url='https://github.com/sepandhaghighi/pyrgg', | ||
download_url='https://github.com/sepandhaghighi/pyrgg/tarball/v1.5', | ||
download_url='https://github.com/sepandhaghighi/pyrgg/tarball/v1.6', | ||
keywords='random graph python3 python generator graph-process generator DIMACS JSON YAML Pickle CSV TSV WEL ASP TGF UCINET', | ||
project_urls={ | ||
'Webpage': 'https://www.pyrgg.site', | ||
|