Skip to content

Commit 17956f1

Browse files
committed
Bump version number
1 parent 099abb6 commit 17956f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ FROM python:${PYTHON_VERSION}-slim-bullseye AS execute
3939

4040
# Set environment variables
4141
# Set the Pynguin version
42-
ENV PYNGUIN_VERSION "0.45.0"
42+
ENV PYNGUIN_VERSION "0.46.0.dev0"
4343
# Pynguin requires to set the variable to show it that the user is aware that running
4444
# Pynguin executes third-party code, which could cause arbitrary harm to the system.
4545
# By setting the variable, the user acknowledges that they are aware of this. In the

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[tool.poetry]
66
name = "pynguin"
7-
version = "0.45.0"
7+
version = "0.46.0.dev"
88
description = "Pynguin is a tool for automated unit test generation for Python"
99
authors = [
1010
"Stephan Lukasczyk <stephan@pynguin.eu>",

src/pynguin/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
#
77
"""Specifies the version of Pynguin."""
88

9-
__version__ = "0.45.0"
9+
__version__ = "0.46.0.dev"

0 commit comments

Comments
 (0)