Skip to content

Commit

Permalink
[DOC] Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leguark committed Mar 6, 2020
1 parent ac3de52 commit 0b49d1b
Show file tree
Hide file tree
Showing 3 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 @@ -99,9 +99,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '2.0'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.0.1'
release = '2.1.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 gempy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import gempy.plot.plot as plot

assert sys.version_info[0] >= 3, "GemPy requires Python 3.X" # sys.version_info[1] for minor e.g. 6
__version__ = '2.0.1'
__version__ = '2.1.0'

if __name__ == '__main__':
pass
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='gempy',
version='2.0.1',
version='2.1.0',
packages=find_packages(exclude=('test', 'docs')),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 0b49d1b

Please sign in to comment.