Skip to content

Commit 0ed1db7

Browse files
committed
Release v3.1.1
1 parent fdb8458 commit 0ed1db7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.0
2+
current_version = 3.1.1
33

44
[bumpversion:file:README.rst]
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ Contributing
8585
5. Create a new Pull Request
8686

8787

88-
v 3.1.0 - Uniwix
88+
v 3.1.1 - Uniwix

casioplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
from casioplot.casioplot import show_screen, set_pixel, draw_string, get_pixel, clear_screen
77

8-
__version__ = "3.1.0"
8+
__version__ = "3.1.1"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = 'uniwix'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '3.1.0'
26+
release = '3.1.1'
2727

2828

2929
# -- General configuration ---------------------------------------------------

pyproject.toml

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

99
[project]
1010
name = "casioplot"
11-
version = "3.1.0"
11+
version = "3.1.1"
1212
description = "Use casioplot module on a computer"
1313
readme = "README.rst"
1414
authors = [

0 commit comments

Comments
 (0)