Skip to content

Commit c5ffa6b

Browse files
committed
Bump version 0.2.2
1 parent c6c9581 commit c5ffa6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
master_doc = 'index'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '0.2.1'
26+
release = '0.2.2'
2727

2828

2929
# -- General configuration ---------------------------------------------------

setup.py

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

66
setup(
77
name="turingquant",
8-
version="0.2.1",
8+
version="0.2.2",
99
packages=find_packages(),
1010
install_requires=["pandas", "pandas_datareader", "numpy", "matplotlib", "alpha_vantage", "bs4", "plotly", "yfinance"],
1111

0 commit comments

Comments
 (0)