1
0
mirror of https://github.com/joouha/euporie.git synced 2021-05-12 23:12:12 +03:00

Bump version number to 0.1.8

This commit is contained in:
Josiah Outram Halstead
2021-05-12 18:10:38 +01:00
parent 16cb60a49f
commit 4ccb04610c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
__version__ = "0.1.7"
__version__ = "0.1.8"
_app_name = "europie"
logo = ""

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "euporie"
version = "0.1.7"
version = "0.1.8"
description = "Euporie is a text-based user interface for running and editing Jupyter notebooks"
authors = ["Josiah Outram Halstead <josiah@halstead.email>"]
license = "GPL-3.0-or-later"