Skip to content

Commit 11beb3b

Browse files
Updated files with 'repo_helper'. (#49)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent da0615f commit 11beb3b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ tag = True
77

88
[bumpversion:file:domdf_python_tools/__init__.py]
99

10+
search = : str = "{current_version}"
11+
replace = : str = "{new_version}"
12+
1013
[bumpversion:file:README.rst]
1114

1215
[bumpversion:file:doc-source/index.rst]

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
os: ['windows-2019', 'macos-latest', 'ubuntu-20.04']
15+
os: ['ubuntu-20.04', 'windows-2019']
1616
fail-fast: false
1717

1818
steps:

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "domdf_python_tools"
77
version = "2.7.0"
8-
description = "Helpful functions for Python\u2002🐍\u2002🛠️"
8+
description = "Helpful functions for Python 🐍 🛠️"
99
readme = "README.rst"
1010
keywords = [ "utilities",]
1111
dynamic = [ "requires-python", "classifiers", "dependencies",]
12+
1213
[[project.authors]]
1314
1415
name = "Dominic Davis-Foster"
1516

17+
1618
[project.license]
1719
file = "LICENSE"
1820

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
click>=7.1.2
2-
coincidence>=0.1.0
2+
coincidence>=0.2.0
33
consolekit>=1.0.0
44
coverage>=5.1
55
coverage-pyver-pragma>=0.2.1

0 commit comments

Comments
 (0)