File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ [bumpversion]
2+ current_version = 0.2.0
3+
4+ [bumpversion:file:setup.cfg]
5+ search = version = {current_version}
6+ replace = version = {new_version}
7+
8+ [bumpversion:file:pyproject.toml]
9+ search = version = " {current_version}"
10+ replace = version = " {new_version}"
11+
112[metadata]
213name = proxyproviders
314version = 0.2.0
@@ -8,10 +19,10 @@ author = David Teather
819920license = MIT
1021url = https://github.com/davidteather/proxyproviders
11- classifiers =
12- Programming Language :: Python :: 3
13- License :: OSI Approved :: MIT License
14- Operating System :: OS Independent
22+ classifiers =
23+ Programming Language :: Python :: 3
24+ License :: OSI Approved :: MIT License
25+ Operating System :: OS Independent
1526
1627[options]
1728packages = find:
You can’t perform that action at this time.
0 commit comments