Skip to content

Commit

Permalink
Removed extra files from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
sidchaini committed Feb 8, 2024
1 parent 6fc9a3f commit 2e6d0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "DistClassiPy"
copyright = "2024, Siddharth Chaini"
author = "Siddharth Chaini"
release = "0.0.7"
release = "0.0.8"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
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 = "distclassipy"
version = "0.0.7"
version = "0.0.8"
description = "A python package for a distance-based classifier which can use several different distance metrics."
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit 2e6d0ed

Please sign in to comment.