Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Bump v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Jan 18, 2020
1 parent 9eb0785 commit e43ac1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion project_amber/const.py
Expand Up @@ -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"
8 changes: 3 additions & 5 deletions setup.py
Expand Up @@ -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"
],
Expand Down

0 comments on commit e43ac1f

Please sign in to comment.