Skip to content

Commit 250e201

Browse files
committed
Add MANIFEST.in and bump version to 0.1.4
1 parent d71cb12 commit 250e201

4 files changed

Lines changed: 5 additions & 3 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: .github/README.md
1717
requires: ["matplotlib", "numpy", "pandas"]
1818
scripts: []
19-
version: 0.1.3
19+
version: 0.1.4
2020
your_author_name: Liam Davis
2121
your_email_address: davisliam123@gmail.com
2222
your_full_name: Liam Davis

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include .github/README.md
2+
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.3"
7+
__version__ = "0.1.4"
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.0.0"
17+
release = "0.1.4"
1818

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

0 commit comments

Comments
 (0)