Skip to content

Commit

Permalink
Bump version: 3.10.1 → 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Feb 18, 2025
1 parent d2137f3 commit 389c23c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.10.1
current_version = 3.11.0
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# built documents.
#
# The short X.Y version.
version = '3.10.1'
version = '3.11.0'
# The full version, including alpha/beta/rc tags.
release = version #+ '.1'

Expand Down
2 changes: 1 addition & 1 deletion flit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .config import ConfigError
from .log import enable_colourful_output

__version__ = '3.10.1'
__version__ = '3.11.0'

log = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion flit_core/flit_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
All the convenient development features live in the main 'flit' package.
"""

__version__ = '3.10.1'
__version__ = '3.11.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
{name = "Thomas Kluyver", email = "[email protected]"},
]
dependencies = [
"flit_core >=3.10.1",
"flit_core >=3.11.0",
"requests",
"docutils",
"tomli-w",
Expand Down

0 comments on commit 389c23c

Please sign in to comment.