Skip to content

Commit

Permalink
[CLN] Latest details to update library
Browse files Browse the repository at this point in the history
  • Loading branch information
Leguark committed Jun 20, 2023
1 parent f0fd684 commit 4f59697
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -6,7 +6,6 @@
[![PyPI](https://img.shields.io/badge/pypi-1.0-blue.svg)](https://pypi.org/project/gempy/)
[![license: LGPL v3](https://img.shields.io/badge/license-LGPL%20v3-blue.svg)](https://github.com/cgre-aachen/gempy/blob/master/LICENSE)
[![Documentation Status](https://assets.readthedocs.org/static/projects/badges/passing-flat.svg)](http://docs.gempy.org)
[![Travis Build](https://travis-ci.org/cgre-aachen/gempy.svg?branch=master)](https://travis-ci.org/github/cgre-aachen/gempy/branches)
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/cgre-aachen/gempy/master)
[![DOI](https://zenodo.org/badge/96211155.svg)](https://zenodo.org/badge/latestdoi/96211155)
[![DOCKER](https://img.shields.io/docker/cloud/automated/leguark/gempy.svg)](https://cloud.docker.com/repository/docker/leguark/gempy)
Expand Down
2 changes: 1 addition & 1 deletion gempy/__init__.py
Expand Up @@ -50,7 +50,7 @@
# Assert at least pyton 3.10
assert sys.version_info[0] >= 3 and sys.version_info[1] >= 10, "GemPy requires Python 3.10 or higher"

__version__ = '2023.1.0'
__version__ = '2.3.0'

if __name__ == '__main__':
pass
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '2023.1.0'
version = '2.3.0'

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 4f59697

Please sign in to comment.