Skip to content

Commit f91f22e

Browse files
authored
🔖 Release 0.1.1 (#8)
* 🔖 Release 0.1.1 * ⬆️ Update lock file * 💄 Add README flair
1 parent b4c9ca9 commit f91f22e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OHLC Toolkit
22

3+
[![PyPI](https://img.shields.io/pypi/v/ohlc-toolkit)](https://pypi.org/project/ohlc-toolkit/)
4+
![Python](https://img.shields.io/badge/python-3.12-blue.svg)
5+
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/license/MIT)
6+
37
A flexible Python toolkit for working with OHLC (Open, High, Low, Close) market data.
48

59
## Features

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ohlc-toolkit"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A flexible toolkit for working with OHLC data and generating custom time frames from minute data."
55
authors = ["Mourits de Beer <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)