Skip to content

Commit

Permalink
bump python version & add package modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sdabhi23 committed Jan 30, 2024
1 parent a46115f commit acf1c4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="bsedata",
version="0.5.4",
version="0.6.0",
author="Shrey Dabhi",
author_email="[email protected]",
description="A package for fetching data from BSE",
Expand All @@ -27,6 +27,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
Expand Down

0 comments on commit acf1c4b

Please sign in to comment.