Skip to content

Commit

Permalink
Bump version: 0.1.4 → 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
caps6 committed Aug 13, 2024
1 parent a29f7b4 commit 9abf0ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.4
current_version = 0.1.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

A simple-but-working python module that returns data from Yahoo Finance.

Current Version: 0.1.4
Current Version: 0.1.5


### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yfdata"
version = "0.1.4"
version = "0.1.5"
description = "Client for Yahoo Finance data"
authors = ["andrea <andrea.capitanelli@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="yf-data",
version="0.1.4",
version="0.1.5",
keywords="yahoo finance data",
description=DESCRIPTION,
packages=packages,
Expand Down

0 comments on commit 9abf0ee

Please sign in to comment.