From e43ac1f301334300c998fa4870ba51bcfaebcfff Mon Sep 17 00:00:00 2001 From: Timur Demin Date: Sun, 19 Jan 2020 00:50:18 +0500 Subject: [PATCH] Bump v0.0.4 --- project_amber/const.py | 2 +- setup.py | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/project_amber/const.py b/project_amber/const.py index cbe1f6d..9d2b5bc 100644 --- a/project_amber/const.py +++ b/project_amber/const.py @@ -23,4 +23,4 @@ MSG_TEXT_NOT_SPECIFIED = "No text specified" MSG_TASK_DANGEROUS = "Potentially dangerous operation" -VERSION = "0.0.3" +VERSION = "0.0.4" diff --git a/setup.py b/setup.py index c15c539..f0591f3 100644 --- a/setup.py +++ b/setup.py @@ -4,17 +4,15 @@ setup( name="project_amber", - version="0.0.3", + version="0.0.4", description="The backend app of a note-taking app, Project Amber", url="https://git.tdem.in/tdemin/amber", author="Timur Demin", author_email="me@tdem.in", license="MIT", classifiers=[ - "Development Status :: 3 - Alpha", - "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", + "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8" "Programming Language :: Python :: 3" ],