mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 11:54:19 +01:00
19 lines
268 B
INI
19 lines
268 B
INI
[bumpversion]
|
|
current_version = 0.3.1
|
|
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
|
|
|