Skip to content

Commit 16c4cee

Browse files
committed
Merge branch 'release/1.0.3'
2 parents 2a6687b + 622cc68 commit 16c4cee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ a procedure proposed in the work made by Ubaru, S. et.al. [1] (you need to cite
8181

8282

8383
Estrada Index
84-
^^^^^^^^^^^^^^^^
84+
-------------
8585

8686
.. code-block:: python
8787

emate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from emate import linalg
55
from emate import utils
6-
__version__ = "1.0.2"
6+
__version__ = "1.0.3"
77
__license__ = ""
88
__author__ = "Bruno Messias; Thomas K Peron"
99
__author_email__ = "[email protected]"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="emate",
9-
version="v1.0.2",
9+
version="v1.0.3",
1010
packages=find_packages(exclude=["build", ]),
1111
long_description=README_TEXT,
1212
long_description_content_type="text/markdown",
@@ -16,7 +16,7 @@
1616
description="",
1717
author_email="[email protected]",
1818
author="Bruno Messias; Thomas K Peron",
19-
download_url="https://github.com/stdogpkg/emate/archive/v1.0.2.tar.gz",
19+
download_url="https://github.com/stdogpkg/emate/archive/v1.0.3.tar.gz",
2020
keywords=[
2121
"gpu", "science", "complex-networks", "graphs", "matrices", "kpm",
2222
"tensorflow", "chebyshev", "spectral", "eigenvalues"

0 commit comments

Comments
 (0)