Codebase list python-googlesearch / run/72258d6a-b0bb-4d65-90e0-6704eeb93df6/main setup.cfg
run/72258d6a-b0bb-4d65-90e0-6704eeb93df6/main

Tree @run/72258d6a-b0bb-4d65-90e0-6704eeb93df6/main (Download .tar.gz)

setup.cfg @run/72258d6a-b0bb-4d65-90e0-6704eeb93df6/mainraw · history · blame

[bumpversion]
current_version = 1.1.1
commit = True
tag = True

[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'

[bumpversion:file:googlesearch/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[bdist_wheel]
universal = 1

[egg_info]
tag_build = 
tag_date = 0