From 2c6a6b4614c6cf16d43c669b9d7cd8c5de8b7560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Schl=C3=B6mer?= Date: Thu, 26 Sep 2019 19:30:25 +0200 Subject: [PATCH] add warning and version bump --- README.md | 5 +++++ asciiplotlib/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a49a8d2..a64eb7f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +asciiplotlib has been renamed [**termplotlib**](https://github.com/nschloe/termplotlib). +There will be no further releases of asciiplotlib. + +-- + # asciiplotlib [![CircleCI](https://img.shields.io/circleci/project/github/nschloe/asciiplotlib/master.svg)](https://circleci.com/gh/nschloe/asciiplotlib) diff --git a/asciiplotlib/__about__.py b/asciiplotlib/__about__.py index 285f5c4..4c0dc1c 100644 --- a/asciiplotlib/__about__.py +++ b/asciiplotlib/__about__.py @@ -2,5 +2,5 @@ __email__ = "nico.schloemer@gmail.com" __copyright__ = "Copyright (c) 2018-2019, {} <{}>".format(__author__, __email__) __license__ = "License :: OSI Approved :: MIT License" -__version__ = "0.2.2" +__version__ = "0.2.3" __status__ = "Development Status :: 4 - Beta"