Skip to content

Commit

Permalink
- prepare rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leguark committed Mar 7, 2018
1 parent a4fba69 commit 211cff4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.01'
# The full version, including alpha/beta/rc tags.
release = 'pre-release'
release = 'rc'

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

setup(
name='gempy',
version='0.9991',
version='1.01',
packages=find_packages(exclude=('tests', 'docs')),
install_requires=[
'numpy',
Expand All @@ -13,7 +13,7 @@
'seaborn'
],
url='https://github.com/cgre-aachen/gempy',
download_url='https://github.com/cgre-aachen/gempy/archive/0.9991.tar.gz',
download_url='https://github.com/cgre-aachen/gempy/archive/1.01.tar.gz',
license='LGPL v3',
author='Miguel de la Varga, Alexander Schaaf, Fabian Stamm, Florian Wellmann',
author_email='[email protected]',
Expand Down

0 comments on commit 211cff4

Please sign in to comment.