Skip to content

Commit 4c655b7

Browse files
committedJun 27, 2024·
Release v1.0.0
1 parent 3604a03 commit 4c655b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 1.0.0
33
commit = False
44
allow_dirty = True
55

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# matplotlib-window
2-
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/matplotlib-window/0.1.0?logo=python&logoColor=FFD43B)](https://pypi.org/project/matplotlib-window/)
2+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/matplotlib-window/1.0.0?logo=python&logoColor=FFD43B)](https://pypi.org/project/matplotlib-window/)
33
[![PyPI](https://img.shields.io/pypi/v/matplotlib-window?logo=Python&logoColor=FFD43B)](https://pypi.org/project/matplotlib-window/)
44
[![PyPI - License](https://img.shields.io/pypi/l/matplotlib-window?color=magenta)](https://github.com/sco1/matplotlib-window/blob/main/LICENSE)
55
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/sco1/matplotlib-window/main.svg)](https://results.pre-commit.ci/latest/github/sco1/matplotlib-window/main)

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "matplotlib-window"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Draggable data windowing for matplotlib plots"
55
authors = ["sco1 <sco1.git@gmail.com>"]
66

0 commit comments

Comments
 (0)