Skip to content

Commit 82d9e5d

Browse files
authored
Merge pull request #22 from wiseodd/v1.1
Bump version to 1.1
2 parents 404763f + 8b62aa2 commit 82d9e5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<div align="center">
44

5+
[![PyPI version](https://badge.fury.io/py/pub-ready-plots.svg)](https://badge.fury.io/py/pub-ready-plots)
56
[![codecov](https://codecov.io/github/wiseodd/pub-ready-plots/graph/badge.svg?token=N2I020J0RR)](https://codecov.io/github/wiseodd/pub-ready-plots)
67
![pytest](https://github.com/wiseodd/pub-ready-plots/actions/workflows/pytest.yml/badge.svg)
78
![mypy-lint](https://github.com/wiseodd/pub-ready-plots/actions/workflows/lint-mypy.yml/badge.svg)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pub-ready-plots"
3-
version = "1.0"
3+
version = "1.1"
44
description = "Easy publication-ready matplotlib plots for ML papers and posters."
55
authors = [{ name = "Agustinus Kristiadi", email = "agustinus@kristia.de" }]
66
classifiers = [

0 commit comments

Comments
 (0)