From 17a9c0b6cdf7d61c3f4b04d6e2673954a63be776 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Tue, 16 Jan 2024 13:46:30 -0700 Subject: [PATCH] bump version after tag --- docs/changes.rst | 5 +++++ setup.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 038fbd6..6a2c263 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -7,6 +7,11 @@ speclite Change Log - Eliminate ``astropy_helpers``; fully modern package layout. +0.19 (unreleased) +----------------- + +- No changes yet. + 0.18 (2024-01-16) ----------------- diff --git a/setup.cfg b/setup.cfg index 848362e..91dfa1d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ edit_on_github = True github_project = desihub/speclite install_requires = astropy scipy pyyaml pytest_astropy_header # version should be PEP440 compatible, e.g. 0.8 or 0.8.dev (http://www.python.org/dev/peps/pep-0440) -version = 0.18 +version = 0.19.dev # [options.entry_points] # console_scripts =