Skip to content

Commit 8a89376

Browse files
author
uniwix
committed
Update PyPI page
1 parent 194b6cf commit 8a89376

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-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 = 1.3.1
2+
current_version = 1.3.2
33

44
[bumpversion:file:setup.py]
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ Some behaviors aren't respected:
9696
- Only one calculator implemented: **casio graph 90+e**.
9797

9898

99-
v 1.3.0 - Uniwix
99+
v 1.3.2 - 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 import show_screen, set_pixel, draw_string, get_pixel, clear_screen, casioplot_settings
77

8-
__version__ = "1.3.1"
8+
__version__ = "1.3.2"

docs/source/conf.py

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

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.3.1'
25+
release = '1.3.2'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This call to setup() does all the work
1111
setup(
1212
name='casioplot',
13-
version='1.3.1',
13+
version='1.3.2',
1414
author='uniwix',
1515
author_email='[email protected]',
1616
description='This module allows to use casioplot module on a computer.',
@@ -24,7 +24,10 @@
2424
"Programming Language :: Python :: 3.10",
2525
],
2626
project_urls={
27+
"Documentation": "https://casioplot.readthedocs.io/en/latest/",
2728
"Bug Tracker": "https://github.com/uniwix/casioplot/issues",
29+
"Source": "https://github.com/uniwix/casioplot/",
30+
2831
},
2932
packages=["casioplot"],
3033
include_package_data=True,

0 commit comments

Comments
 (0)