Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
leonfoks committed Jan 11, 2024
1 parent 11f353f commit 50aa2bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ def readme():
with open('README.rst', encoding='utf-8', mode='r') as f:
return f.read()

__version__ = '1.0.0'

setup(name='geobipy',
packages=find_packages(),
scripts=[],
version="1.0.0",
version=__version__,
description='Markov chain Monte Carlo inversion',
long_description=readme(),
url = 'https://github.com/DOI-USGS/geobipy',
Expand Down

0 comments on commit 50aa2bd

Please sign in to comment.