Skip to content

Commit

Permalink
Bump version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Jan 26, 2023
1 parent 1e24337 commit ac6e047
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
===========

0.2.8
0.2.9
-----
- Fix fast_info bugs #1362

Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
{% set version = "0.2.8" %}
{% set version = "0.2.9" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion yfinance/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.2.8"
version = "0.2.9"

0 comments on commit ac6e047

Please sign in to comment.