From 38aa106304908cfcba68b45a0480373fca4464b3 Mon Sep 17 00:00:00 2001 From: Josiah Outram Halstead Date: Mon, 14 Nov 2022 14:41:47 +0000 Subject: [PATCH] Release v2.1.2 --- euporie/core/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/euporie/core/__init__.py b/euporie/core/__init__.py index 14ad0613..ca836e1a 100644 --- a/euporie/core/__init__.py +++ b/euporie/core/__init__.py @@ -1,7 +1,7 @@ """This package defines the euporie application and its components.""" __app_name__ = "euporie" -__version__ = "2.1.1" +__version__ = "2.1.2" __logo__ = "⚈" __strapline__ = "Jupyter in the terminal" __author__ = "Josiah Outram Halstead" diff --git a/pyproject.toml b/pyproject.toml index cf1a6310..2fc124cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "euporie" -version = "2.1.1" +version = "2.1.2" description = "Euporie is a suite of terminal applications for interacting with Jupyter kernels" authors = ["Josiah Outram Halstead "] license = "MIT"