Skip to content

Commit

Permalink
Bump version 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-leme committed Apr 10, 2021
1 parent 203d8eb commit 89d833d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Grupo Turing
Copyright (c) 2021 Grupo Turing

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
master_doc = 'index'

# The full version, including alpha/beta/rc tags
release = '0.1.6'
release = '0.1.8'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="turingquant",
version="0.1.8",
version="0.1.9",
packages=find_packages(),
install_requires=["pandas", "pandas_datareader", "numpy", "matplotlib", "alpha_vantage", "bs4", "plotly", "yfinance"],

Expand Down

0 comments on commit 89d833d

Please sign in to comment.