Skip to content

Commit

Permalink
general dist clean up after release *2
Browse files Browse the repository at this point in the history
  • Loading branch information
ojimba01 committed Oct 17, 2024
1 parent a994f59 commit 2d5dfbf
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file removed dist/resourcefit-0.1.1.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/resourcefit-0.1.2.tar.gz
Binary file not shown.
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 = "resourcefit"
version = "0.1.1"
version = "0.1.2"
description = "CLI tool for analyzing Docker containers and recommending EC2 instances."
authors = [{ name = "Olayinka Jimba Jr.", email = "[email protected]" }]
requires-python = ">=3.9"
Expand Down
4 changes: 2 additions & 2 deletions resourcefit.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: resourcefit
Version: 0.1.1
Version: 0.1.2
Summary: CLI tool for analyzing Docker containers and recommending EC2 instances.
Home-page: https://github.com/ojimba01/resourcefit
Author: Olayinka Jimba
Expand All @@ -20,7 +20,7 @@ Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12.4
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: psutil
Requires-Dist: pandas
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="resourcefit",
version="0.1.1",
version="0.1.2",
packages=find_packages(),
install_requires=[
'psutil>=5.9.5',
Expand All @@ -27,5 +27,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.12.4',
python_requires='>=3.9',
)

0 comments on commit 2d5dfbf

Please sign in to comment.