From 261b840fb52b8173660ab211d06ed0ccc986a5f6 Mon Sep 17 00:00:00 2001 From: ryanhammonds Date: Wed, 9 Dec 2020 15:22:43 -0800 Subject: [PATCH] version bump --- bycycle/version.py | 2 +- doc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bycycle/version.py b/bycycle/version.py index f6fa5831..dcecf97a 100644 --- a/bycycle/version.py +++ b/bycycle/version.py @@ -1,2 +1,2 @@ """Set the current pypi version""" -__version__ = '1.0.0rc1' +__version__ = '1.0.0rc2' diff --git a/doc/Makefile b/doc/Makefile index f3f36d4a..554e33b2 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -7,7 +7,7 @@ SPHINXPROJ = bycycle SOURCEDIR = . BUILDDIR = _build STABLE = 0.1.3 -DEVELOPMENT = 1.0.0rc1 +DEVELOPMENT = 1.0.0rc2 RECENT = "" # Put it first so that "make" without argument is like "make help".