mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 20:04:19 +01:00
18 lines
268 B
INI
18 lines
268 B
INI
[bumpversion]
|
|
current_version = 0.14.0
|
|
commit = True
|
|
tag = True
|
|
|
|
[bumpversion:file:tiingo/__version__.py]
|
|
search = __version__ = '{current_version}'
|
|
replace = __version__ = '{new_version}'
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[flake8]
|
|
exclude = docs
|
|
|
|
[aliases]
|
|
test = pytest
|