Skip to content

Commit 5dcd505

Browse files
committed
Added PYPI README to MANIFEST.in and bumped version to 0.1.6
1 parent 11ca0c3 commit 5dcd505

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pypi-template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package_title: MatPlus
1616
readme: PYPI_README.md
1717
requires: ["matplotlib", "numpy", "pandas"]
1818
scripts: []
19-
version: 0.1.5
19+
version: 0.1.6
2020
your_author_name: Liam Davis
2121
your_email_address: davisliam123@gmail.com
2222
your_full_name: Liam Davis

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include .github/README.md
1+
include PYPI_README.md
22
include LICENSE

MatPlus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
from MatPlus.LinePlot import LinePlot
55
from MatPlus.Histogram import Histogram
66

7-
__version__ = "0.1.5"
7+
__version__ = "0.1.6"
88
__all__ = ["ScatterPlot", "BarPlot", "BoxPlot", "LinePlot", "Histogram"]

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = "MatPlus"
1515
copyright = "2024, Dhyey Mavani, Liam Davis, Ryan Ji, Surya Rao, Weixin Lin"
1616
author = "Dhyey Mavani, Liam Davis, Ryan Ji, Surya Rao, Weixin Lin"
17-
release = "0.1.5"
17+
release = "0.1.6"
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)