Skip to content

Commit 35caa7e

Browse files
committed
[DOC]
- minor changes
1 parent 6ab89ea commit 35caa7e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def __getattr__(cls, name):
101101
# The short X.Y version.
102102
version = '2.0'
103103
# The full version, including alpha/beta/rc tags.
104-
release = 'rc'
104+
release = '2.0.0'
105105

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

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ including stratigraphic and structural features such as:
2929
Contents:
3030

3131
.. toctree::
32-
:maxdepth: 4
32+
:maxdepth: 2
3333

3434
self
3535
code

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='gempy',
8-
version='2.0rc',
8+
version='2.0.0',
99
packages=find_packages(exclude=('test', 'docs')),
1010
include_package_data=True,
1111
install_requires=[
@@ -18,7 +18,7 @@
1818
'seaborn'
1919
],
2020
url='https://github.com/cgre-aachen/gempy',
21-
download_url='https://github.com/cgre-aachen/gempy/archive/2.0rctar.gz',
21+
download_url='https://github.com/cgre-aachen/gempy/archive/2.0.0tar.gz',
2222
license='LGPL v3',
2323
author='Miguel de la Varga, Elisa Heim, Alexander Schaaf, Fabian Stamm, Florian Wellmann',
2424
author_email='varga@aices.rwth-aachen.de',

0 commit comments

Comments
 (0)