Skip to content

Commit

Permalink
Updated to version v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Apr 27, 2017
1 parent 1906d42 commit 485b490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bridge/npbackend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def run(self):
shutil.copy2(srcpath('_util.pyx'), buildpath('_util.pyx'))

setup(name='Bohrium',
version='0.7',
version='0.8',
description='Bohrium NumPy',
long_description='Bohrium NumPy',
author='The Bohrium Team',
Expand Down
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
# sys.path.insert(0, os.path.abspath(os.path.join('..', '..')))

# -- General configuration -----------------------------------------------------

Expand Down Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7'
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.7'
release = '0.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 485b490

Please sign in to comment.