Skip to content

Commit 5057c76

Browse files
committed
up version 0.1.7 -> 0.2.0
1 parent 2d8b66e commit 5057c76

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
---
2-
title: Tikzplotly
3-
subtitle: Convert plotly figures to tikz code
4-
hide:
5-
- navigation
6-
---
7-
81
![logo-tikzplotly](https://raw.githubusercontent.com/thomas-saigre/tikzplotly/main/docs/assets/logo.svg "Tikzplotly")
92

103

@@ -119,4 +112,4 @@ You can also submit a pull request with the desired feature !
119112

120113
## License
121114

122-
This project is licensed under the MIT [License](LICENSE).
115+
This project is licensed under the MIT [License](LICENSE).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tikzplotly"
7-
version = "0.1.7"
7+
version = "0.2.0"
88
description = "Convert plotly figures to LaTeX / tikz figures"
99
readme = "README.md"
1010
authors = [{name = "Thomas Saigre", email = "tikzplotly@outlook.fr"}]

src/tikzplotly/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.7"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)