File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ PyPI] ( https://img.shields.io/badge/pypi-1.0-blue.svg )] ( https://pypi.org/project/gempy/ )
7
7
[ ![ license: LGPL v3] ( https://img.shields.io/badge/license-LGPL%20v3-blue.svg )] ( https://github.com/cgre-aachen/gempy/blob/master/LICENSE )
8
8
[ ![ 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 )
10
9
[ ![ Binder] ( https://mybinder.org/badge.svg )] ( https://mybinder.org/v2/gh/cgre-aachen/gempy/master )
11
10
[ ![ DOI] ( https://zenodo.org/badge/96211155.svg )] ( https://zenodo.org/badge/latestdoi/96211155 )
12
11
[ ![ 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 50
50
# Assert at least pyton 3.10
51
51
assert sys .version_info [0 ] >= 3 and sys .version_info [1 ] >= 10 , "GemPy requires Python 3.10 or higher"
52
52
53
- __version__ = '2023.1 .0'
53
+ __version__ = '2.3 .0'
54
54
55
55
if __name__ == '__main__' :
56
56
pass
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
- version = '2023.1 .0'
3
+ version = '2.3 .0'
4
4
5
5
with open ("README.md" , "r" ) as fh :
6
6
long_description = fh .read ()
You can’t perform that action at this time.
0 commit comments