-
-
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.4 * del : setup.cfg removed * doc : release date updated
- Loading branch information
1 parent
dea1fb8
commit d4fe360
Showing
9 changed files
with
18 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
block_cipher = None | ||
|
||
pyrgg_version = "1.3" | ||
pyrgg_version = "1.4" | ||
|
||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% set name = "pyrgg" %} | ||
{% set version = "1.3" %} | ||
{% set version = "1.4" %} | ||
|
||
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 |
---|---|---|
|
@@ -44,14 +44,14 @@ def read_description(): | |
setup( | ||
name='pyrgg', | ||
packages=['pyrgg'], | ||
version='1.3', | ||
version='1.4', | ||
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.3', | ||
download_url='https://github.com/sepandhaghighi/pyrgg/tarball/v1.4', | ||
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.ir', | ||
|