Skip to content

Commit 211cff4

Browse files
committed
- prepare rc version
1 parent a4fba69 commit 211cff4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ def __getattr__(cls, name):
8888
# built documents.
8989
#
9090
# The short X.Y version.
91-
version = '1.0'
91+
version = '1.01'
9292
# The full version, including alpha/beta/rc tags.
93-
release = 'pre-release'
93+
release = 'rc'
9494

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='gempy',
5-
version='0.9991',
5+
version='1.01',
66
packages=find_packages(exclude=('tests', 'docs')),
77
install_requires=[
88
'numpy',
@@ -13,7 +13,7 @@
1313
'seaborn'
1414
],
1515
url='https://github.com/cgre-aachen/gempy',
16-
download_url='https://github.com/cgre-aachen/gempy/archive/0.9991.tar.gz',
16+
download_url='https://github.com/cgre-aachen/gempy/archive/1.01.tar.gz',
1717
license='LGPL v3',
1818
author='Miguel de la Varga, Alexander Schaaf, Fabian Stamm, Florian Wellmann',
1919
author_email='[email protected]',

0 commit comments

Comments
 (0)