From 5a142f7ed99a217d4c7c92e2ad2c56c8270db1f1 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Fri, 19 Nov 2021 15:08:17 -0500 Subject: [PATCH] build: Iterate the version number --- docs/changelog.rst | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 38a48dc..08bef2e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -0.0.2 (Unreleased) +0.0.2 (2021-11-19) ------------------ Added diff --git a/docs/conf.py b/docs/conf.py index 6cee6ed..07f7957 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Open Contracting Partnership" # The short X.Y version -version = "0.0.1" +version = "0.0.2" # The full version, including alpha/beta/rc tags release = version diff --git a/setup.py b/setup.py index 6bae3b4..03fc837 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="yapw", - version="0.0.1", + version="0.0.2", author="Open Contracting Partnership", author_email="data@open-contracting.org", url="https://github.com/open-contracting/yapw",