Skip to content

Commit

Permalink
Bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dglmoore committed Oct 14, 2019
1 parent 2089da3 commit 4fc0daa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
'sphinx.ext.intersphinx']

intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'numpy': ('https://docs.scipy.org/doc/numpy', None),
'networkx': ('https://networkx.github.io/documentation/networkx-2.3', None),
'pygraphviz': ('https://pygraphviz.github.io/', None)
}
'python': ('https://docs.python.org/3', None),
'numpy': ('https://docs.scipy.org/doc/numpy', None),
'networkx': ('https://networkx.github.io/documentation/networkx-2.3', None),
'pygraphviz': ('https://pygraphviz.github.io/', None)
}

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -68,9 +68,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.1'
version = u'1.0'
# The full version, including alpha/beta/rc tags.
release = u'0.1.0'
release = u'1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='neet',
version='0.1.0',
version='1.0.0',
description='A brilliant and fundamental contribution to network science',
long_description=README,
maintainer='Douglas G. Moore',
Expand Down

0 comments on commit 4fc0daa

Please sign in to comment.