From e4701b71837dfed1dd48a854295b806d627f9f9c Mon Sep 17 00:00:00 2001 From: Timur Demin Date: Fri, 27 Dec 2019 20:50:32 +0500 Subject: [PATCH] Bump v0.0.3 --- project_amber/const.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project_amber/const.py b/project_amber/const.py index 07d327a..2847704 100644 --- a/project_amber/const.py +++ b/project_amber/const.py @@ -22,4 +22,4 @@ # A regex matching all paths that can be accessed without an auth token. PUBLIC_PATHS = r"/v\d/(login|signup|version)" -VERSION = "0.0.2.1" +VERSION = "0.0.3" diff --git a/setup.py b/setup.py index 25bbe4d..c15c539 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="project_amber", - version="0.0.2.1", + version="0.0.3", description="The backend app of a note-taking app, Project Amber", url="https://git.tdem.in/tdemin/amber", author="Timur Demin",