Skip to content

Commit

Permalink
Bump to v1.0.5-1
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThadikaran committed Oct 14, 2024
1 parent 3d4d040 commit 71e03e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "nse"
copyright = "2023, Benny Thadikaran"
author = "Benny Thadikaran"
release = "1.0.5"
release = "1.0.5-1"

# -- 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 = "hatchling.build"

[project]
name = "nse"
version = "1.0.5"
version = "1.0.5-1"
authors = [
{ name="Benny Thadikaran" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/nse/NSE.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class NSE:
:raise ValueError: if ``download_folder`` is not a folder/dir
"""

__version__ = "1.0.5"
__version__ = "1.0.5-1"
SEGMENT_EQUITY = "equities"
SEGMENT_SME = "sme"
SEGMENT_MF = "mf"
Expand Down

0 comments on commit 71e03e2

Please sign in to comment.