Skip to content

Commit

Permalink
update to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EdisonLeeeee committed Jul 24, 2020
1 parent 5be21a4 commit b1ffccb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Custom
*.idea
*.png
*.pdf
tmp/
*.txt
!requirements.txt
!graphgallery.svg

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down Expand Up @@ -100,4 +98,4 @@ ENV/
*.pickle

# My codes
median_sage.py

2 changes: 1 addition & 1 deletion graphgallery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@



__version__ = '0.1.3'
__version__ = '0.1.4'

__all__ = ['graphgallery', 'nn', 'utils', 'sequence', '__version__']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# coding: utf-8
from setuptools import setup, find_packages

__version__ = '0.1.3'
__version__ = '0.1.4'
url = 'https://github.com/EdisonLeeeee/Graphgallery'

install_requires = [
Expand Down

0 comments on commit b1ffccb

Please sign in to comment.