Skip to content

Commit

Permalink
set version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Jul 25, 2018
1 parent 73d27c3 commit c7d9218
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = "Martijn Visser"

# The short X.Y version
version = "0.2"
version = "0.3"
# The full version, including alpha/beta/rc tags
release = "0.2.0"
release = "0.3.0"


# -- General configuration ---------------------------------------------------
Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="imod",
version="0.2.0",
version="0.3.0",
description="Work with iMOD MODFLOW models",
long_description=long_description,
url="https://gitlab.com/deltares/imod-python",
Expand All @@ -24,7 +24,10 @@
"toolz", # optional dask dependency we need
"affine",
],
extras_require={"dev": ["pytest", "sphinx", "sphinx_rtd_theme"], "optional": ["rasterio>=1"]},
extras_require={
"dev": ["pytest", "sphinx", "sphinx_rtd_theme"],
"optional": ["rasterio>=1"],
},
classifiers=[
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit c7d9218

Please sign in to comment.