diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..d273a20 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: AnshMNSoni \ No newline at end of file diff --git a/dist/graphtk-1.0.1-py3-none-any.whl b/dist/graphtk-1.0.1-py3-none-any.whl deleted file mode 100644 index bb66688..0000000 Binary files a/dist/graphtk-1.0.1-py3-none-any.whl and /dev/null differ diff --git a/dist/graphtk-1.0.1.tar.gz b/dist/graphtk-1.0.1.tar.gz deleted file mode 100644 index 9f34aaa..0000000 Binary files a/dist/graphtk-1.0.1.tar.gz and /dev/null differ diff --git a/dist/graphtk-1.0.2-py3-none-any.whl b/dist/graphtk-1.0.2-py3-none-any.whl new file mode 100644 index 0000000..486ac48 Binary files /dev/null and b/dist/graphtk-1.0.2-py3-none-any.whl differ diff --git a/dist/graphtk-1.0.2.tar.gz b/dist/graphtk-1.0.2.tar.gz new file mode 100644 index 0000000..fe5cee5 Binary files /dev/null and b/dist/graphtk-1.0.2.tar.gz differ diff --git a/graphtk.egg-info/PKG-INFO b/graphtk.egg-info/PKG-INFO index 7c932c3..0fdbe27 100644 --- a/graphtk.egg-info/PKG-INFO +++ b/graphtk.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: graphtk -Version: 1.0.1 +Version: 1.0.2 Summary: Graph Theory Toolkit (GraphTK) Author-email: Ansh Soni Requires-Python: >=3.7 @@ -10,6 +10,17 @@ Dynamic: license-file # Graph Theory Toolkit (GraphTK): +[![Downloads](https://static.pepy.tech/badge/graphtk)](https://pepy.tech/project/graphtk) +[![Python Version](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/downloads/) +[![PyPI version](https://img.shields.io/pypi/v/graphtk.svg)](https://pypi.org/project/graphtk/) +[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) +[![Version](https://img.shields.io/badge/version-1.0.1-brightgreen.svg)](https://github.com/AnshMNSoni/graphtk) +
+ +
+ gtk-logo +
+ ## Table of Contents - [Introduction](#introduction) - [Basic Terminologies](#basic-terminologies) @@ -411,4 +422,4 @@ If you found this project helpful or have any suggestions, feel free to connect: - [![GitHub](https://img.shields.io/badge/GitHub-AnshMNSoni-181717.svg?logo=github)](https://github.com/AnshMNSoni) - [![Reddit](https://img.shields.io/badge/Reddit-u/AnshMNSoni-FF4500.svg?logo=reddit)](https://www.reddit.com/user/AnshMNSoni) -### Thankyou 💫 +## Thankyou diff --git a/pyproject.toml b/pyproject.toml index 141e904..49d291f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "graphtk" -version = "1.0.1" +version = "1.0.2" description = "Graph Theory Toolkit (GraphTK)" authors = [{name = "Ansh Soni", email = "ansh.mn.soni7505@gmail.com"}] readme = "README.md"