diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c7f9fbd..b6166a6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True diff --git a/README.md b/README.md index f4e5fa4..d8f2023 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 5bd3c15..8bf4de7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yfdata" -version = "0.1.4" +version = "0.1.5" description = "Client for Yahoo Finance data" authors = ["andrea "] license = "MIT" diff --git a/setup.py b/setup.py index cb2f7fd..9f56b67 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="yf-data", - version="0.1.4", + version="0.1.5", keywords="yahoo finance data", description=DESCRIPTION, packages=packages,