Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Dec 19, 2022
1 parent 5e54b92 commit 9dbfad4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,10 @@
Change Log
===========

0.2.1
-----
Release!

0.2.0rc5
--------
- Improve financials error handling #1243
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
{% set version = "0.2.0" %}
{% set version = "0.2.1" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion yfinance/version.py
@@ -1 +1 @@
version = "0.2.0rc5"
version = "0.2.1"

0 comments on commit 9dbfad4

Please sign in to comment.