Skip to content

Commit

Permalink
[META] Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leguark committed Nov 22, 2023
1 parent f534b30 commit b7d708f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

from setuptools import setup, find_packages

version = "2023.1.0b3"

with open("gempy_viewer/__init__.py", "r") as f:
for line in f:
if line.startswith("__version__"):
version = line.split("=")[1].strip().strip("'")
break


def read_requirements(file_name):
Expand Down

0 comments on commit b7d708f

Please sign in to comment.