Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: AnshMNSoni
Binary file removed dist/graphtk-1.0.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/graphtk-1.0.1.tar.gz
Binary file not shown.
Binary file added dist/graphtk-1.0.2-py3-none-any.whl
Binary file not shown.
Binary file added dist/graphtk-1.0.2.tar.gz
Binary file not shown.
15 changes: 13 additions & 2 deletions graphtk.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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 <ansh.mn.soni7505@gmail.com>
Requires-Python: >=3.7
Expand All @@ -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)
<br>

<div align="center">
<img width="438" height="438" alt="gtk-logo" src="https://github.com/user-attachments/assets/1df1df20-86f3-4415-88b7-b6f72557fe58" />
</div>

## Table of Contents
- [Introduction](#introduction)
- [Basic Terminologies](#basic-terminologies)
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down