Codebase list python-googlesearch / 1a136e02-9301-4e31-beea-18780bf0936c/upstream/2.0.3+git20210326.1.e2d3e74 setup.cfg
1a136e02-9301-4e31-beea-18780bf0936c/upstream/2.0.3+git20210326.1.e2d3e74

Tree @1a136e02-9301-4e31-beea-18780bf0936c/upstream/2.0.3+git20210326.1.e2d3e74 (Download .tar.gz)

setup.cfg @1a136e02-9301-4e31-beea-18780bf0936c/upstream/2.0.3+git20210326.1.e2d3e74raw · 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