Skip to content

Commit

Permalink
init pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
kvgc committed Dec 13, 2023
1 parent fdb34ca commit 28cb603
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions beautifyPlot.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: beautifyPlot
Version: 0.0.1
Version: 0.1
Summary: A matplotlib wrapper to make plotting easier.
Author-email: "Keerthi Vasan G.C." <[email protected]>
Project-URL: Homepage, https://github.com/kvgc/beautifyPlot
Expand Down Expand Up @@ -44,7 +44,7 @@ plt.tight_layout()
Using beautifyPlot

```python
from beautifyPlot import beautifyPlot
from beautifyPlot.bplt import beautifyPlot
import numpy as np
x = np.arange(0,100,1)
y = x**3
Expand Down
Binary file removed dist/beautifyPlot-0.0.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/beautifyPlot-0.0.1.tar.gz
Binary file not shown.
Binary file added dist/beautifyPlot-0.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/beautifyPlot-0.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "beautifyPlot"
version = "0.0.1"
version = "0.1"
authors = [
{ name="Keerthi Vasan G.C.", email="[email protected]" },
]
Expand Down

0 comments on commit 28cb603

Please sign in to comment.