Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caps6 committed Jul 31, 2024
1 parent 516e800 commit 18fa0cf
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.1
current_version = 0.1.2
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 @@ -6,7 +6,7 @@

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

Current Version: 0.1.1
Current Version: 0.1.2


### 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.1"
version = "0.1.2"
description = "Client for Yahoo Finance data"
authors = ["andrea <[email protected]>"]
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.1",
version="0.1.2",
keywords="yahoo finance data",
description=DESCRIPTION,
packages=packages,
Expand Down

0 comments on commit 18fa0cf

Please sign in to comment.