Skip to content

Commit

Permalink
Version number -> 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 31, 2021
1 parent fb21769 commit f6831de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.2.0'
version = '3.3.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.2.0'
__version__ = '3.3.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.2.0'
__version__ = '3.3.0'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
[build-system]
requires = ["flit_core >=3.2.0,<3.3"]
requires = ["flit_core >=3.3.0,<4"]
build-backend = "flit_core.buildapi"

[project]
Expand All @@ -8,7 8,7 @@ authors = [
{name = "Thomas Kluyver", email = "[email protected]"},
]
dependencies = [
"flit_core>=3.2.0",
"flit_core>=3.3.0",
"requests",
"docutils",
"toml",
Expand Down

0 comments on commit f6831de

Please sign in to comment.