Skip to content

Commit

Permalink
Release v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
uniwix committed Apr 4, 2024
1 parent 092efb0 commit 5c40ea7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.1.6
current_version = 3.1.7

[bumpversion:file:README.rst]

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ Contributing
5. Create a new Pull Request


v 3.1.6 - Uniwix - MiguelTorrinhaPereira
v 3.1.7 - Uniwix - MiguelTorrinhaPereira
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'uniwix'

# The full version, including alpha/beta/rc tags
release = '3.1.6'
release = '3.1.7'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "casioplot"
version = "3.1.6"
version = "3.1.7"
description = "Use casioplot module on a computer"
readme = "README.rst"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/casioplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

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

__version__ = "3.1.6"
__version__ = "3.1.7"

0 comments on commit 5c40ea7

Please sign in to comment.