Skip to content

Commit d41a10b

Browse files
committed
release: bump version to v0.0.4 - first stable release + publish to PyPI
1 parent d07c358 commit d41a10b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tickersnap"
7-
version = "0.0.3"
7+
version = "0.0.4"
88
description = "Tickersnap is a tool for getting snapshots of stock data from www.tickertape.in"
99
readme = "README.md"
1010
requires-python = ">=3.10"

tickersnap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Stock scorecard analysis data
99
"""
1010

11-
__version__ = "0.0.3"
11+
__version__ = "0.0.4"
1212

1313
# import submodules for easy access without unpacking classes
1414
from . import lists, mmi, stock

0 commit comments

Comments
 (0)