Skip to content

Commit 7cc7d33

Browse files
committed
Bump version: 3.10.0 → 3.10.1
1 parent 85d0003 commit 7cc7d33

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.10.0
2+
current_version = 3.10.1
33
commit = True
44
tag = False
55

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '3.10.0'
60+
version = '3.10.1'
6161
# The full version, including alpha/beta/rc tags.
6262
release = version #+ '.1'
6363

flit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .config import ConfigError
1313
from .log import enable_colourful_output
1414

15-
__version__ = '3.10.0'
15+
__version__ = '3.10.1'
1616

1717
log = logging.getLogger(__name__)
1818

flit_core/flit_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
All the convenient development features live in the main 'flit' package.
55
"""
66

7-
__version__ = '3.10.0'
7+
__version__ = '3.10.1'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core >=3.10.0,<4"]
2+
requires = ["flit_core >=3.10.1,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
@@ -8,7 +8,7 @@ authors = [
88
{name = "Thomas Kluyver", email = "[email protected]"},
99
]
1010
dependencies = [
11-
"flit_core >=3.10.0",
11+
"flit_core >=3.10.1",
1212
"requests",
1313
"docutils",
1414
"tomli-w",

0 commit comments

Comments
 (0)