Skip to content

Commit

Permalink
version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Jan 9, 2021
1 parent e00b368 commit 2a502c6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/dev.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Update version number in
* `unicode/__init__.py`
* `package.json`

Do a github release.


==================
OLD:

# Python Release

```sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion unicodeit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .replace import replace

__author__ = 'Sven Kreiss <[email protected]>, Kyle Cranmer <[email protected]>'
__version__ = '0.7.0'
__version__ = '0.7.1'

0 comments on commit 2a502c6

Please sign in to comment.