Skip to content

Commit 86b076e

Browse files
committed
build: Ignore .pytest_cache/ directory.
1 parent 04c43b1 commit 86b076e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ __pycache__/
55
dist/
66
build/
77
*.egg
8+
.pytest_cache/
89

910
# Virtual environments
1011
.venv/

binance_ohlcv_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
from __future__ import annotations
2929

30-
__version__ = "1.1.0"
30+
__version__ = "1.2.0"
3131

3232
import argparse
3333
import csv

0 commit comments

Comments
 (0)