From ea6c2e46ce1e4a99d79b78dcbe83726120ea3747 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Sat, 18 May 2019 13:01:25 +0100 Subject: [PATCH] release v0.2.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0809511..0d1c2d1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ extra_requires = tests, docs tests_requires = pytest, pytest-cov, pytest-astropy docs_requires = sphinx, sunpy-sphinx-theme, sphinx-astropy # version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -version = 0.2.0.dev +version = 0.2.0 # Note: you will also need to change this in your package's __init__.py minimum_python_version = 2.7