Skip to content

Commit

Permalink
Merge pull request #19 from pnnl/versionupdate
Browse files Browse the repository at this point in the history
Versionupdate
  • Loading branch information
brendapraggastis authored Jan 28, 2020
2 parents 8f90e48 + 819eb15 commit 92cea6c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
gitmerge.sh
dist
hypernetx.egg-info

stashmerge.sh
homology_log.log
logfiles/
stashmerge.sh
stashmerge.sh
jacksnbs
demos

__pycache__
*.ipynb_checkpoints
Empty file modified docs/.nojekyll
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import shlex

__version__ = "0.2.5"
__version__ = "0.2.6"


# If extensions (or modules to document with autodoc) are in another directory,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import sys, os.path

__version__ = '0.2.5'
__version__ = '0.2.6'

if sys.version_info < (3,6):
sys.exit('HyperNetX requires Python 3.6 or later.')
Expand Down

0 comments on commit 92cea6c

Please sign in to comment.