File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 66[ ![ PyPI] ( https://img.shields.io/badge/pypi-1.0-blue.svg )] ( https://pypi.org/project/gempy/ )
77[ ![ license: LGPL v3] ( https://img.shields.io/badge/license-LGPL%20v3-blue.svg )] ( https://github.com/cgre-aachen/gempy/blob/master/LICENSE )
88[ ![ Documentation Status] ( https://assets.readthedocs.org/static/projects/badges/passing-flat.svg )] ( http://docs.gempy.org )
9- [ ![ Travis Build] ( https://travis-ci.org/cgre-aachen/gempy.svg?branch=master )] ( https://travis-ci.org/github/cgre-aachen/gempy/branches )
109[ ![ Binder] ( https://mybinder.org/badge.svg )] ( https://mybinder.org/v2/gh/cgre-aachen/gempy/master )
1110[ ![ DOI] ( https://zenodo.org/badge/96211155.svg )] ( https://zenodo.org/badge/latestdoi/96211155 )
1211[ ![ DOCKER] ( https://img.shields.io/docker/cloud/automated/leguark/gempy.svg )] ( https://cloud.docker.com/repository/docker/leguark/gempy )
Original file line number Diff line number Diff line change 5050# Assert at least pyton 3.10
5151assert sys .version_info [0 ] >= 3 and sys .version_info [1 ] >= 10 , "GemPy requires Python 3.10 or higher"
5252
53- __version__ = '2023.1 .0'
53+ __version__ = '2.3 .0'
5454
5555if __name__ == '__main__' :
5656 pass
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- version = '2023.1 .0'
3+ version = '2.3 .0'
44
55with open ("README.md" , "r" ) as fh :
66 long_description = fh .read ()
You can’t perform that action at this time.
0 commit comments