-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some typos. Change the version number
- Loading branch information
1 parent
fa5e1b4
commit 1bd46c2
Showing
9 changed files
with
32 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
include README.md | ||
include README.md | ||
include docs/source/imgs/kpm_dos.png | ||
include docs/source/imgs/stdog.png |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setup( | ||
name="stdog", | ||
version="v1.0.3", | ||
version="v1.0.4", | ||
packages=find_packages(exclude=["build", ]), | ||
long_description=README_TEXT, | ||
long_description_content_type="text/markdown", | ||
|
@@ -16,7 +16,7 @@ | |
description="Structure and Dynamics on Graphs", | ||
author_email="[email protected]", | ||
author="Bruno Messias; Thomas K. Peron", | ||
download_url="https://github.com/stdogpkg/stdog/archive/v1.0.3.tar.gz", | ||
download_url="https://github.com/stdogpkg/stdog/archive/v1.0.4.tar.gz", | ||
keywords=[ | ||
"gpu", "science", "complex-networks", "graphs", "dynamics", | ||
"tensorflow", "kuramoto" | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
from stdog import utils | ||
|
||
|
||
__version__ = "1.0.3" | ||
__version__ = "1.0.4" | ||
__license__ = "MIT" | ||
__author__ = "Bruno Messias, Thomas K. Peron" | ||
__author_email__ = "[email protected]" | ||
|