Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit f68ed35

Browse files
authored
release: version 0.5.0
1 parent 9decca6 commit f68ed35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fmd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from fmd.client import FmdApi
22

33
package_name = 'fmd'
4-
__version__ = '0.4.0'
4+
__version__ = '0.5.0'
55
__all__ = ['FmdApi']

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fmd"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Download Taiwan financial market data via FMD API."
55
authors = ["Yu Chen, Yang <ycy.tai@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)