From 2a502c675534097c0e93358fd059f7579e0b5562 Mon Sep 17 00:00:00 2001 From: Sven Kreiss Date: Sat, 9 Jan 2021 21:09:29 +0100 Subject: [PATCH] version 0.7.1 --- docs/dev.md | 10 ++++++++++ package.json | 2 +- unicodeit/__init__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/dev.md b/docs/dev.md index 5b5b2f2..8bed2b9 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -1,3 +1,13 @@ +Update version number in +* `unicode/__init__.py` +* `package.json` + +Do a github release. + + +================== +OLD: + # Python Release ```sh diff --git a/package.json b/package.json index 8ff2b86..61dadba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unicodeit", - "version": "0.7.0", + "version": "0.7.1", "description": "Converts LaTeX tags to unicode.", "main": "ts_dist/js/index.js", "types": "ts_dist/js/index.d.ts", diff --git a/unicodeit/__init__.py b/unicodeit/__init__.py index 3fa38f1..04b912a 100644 --- a/unicodeit/__init__.py +++ b/unicodeit/__init__.py @@ -3,4 +3,4 @@ from .replace import replace __author__ = 'Sven Kreiss , Kyle Cranmer ' -__version__ = '0.7.0' +__version__ = '0.7.1'