File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 44
55[tool .poetry ]
66name = " pynguin"
7- version = " 0.45.0 "
7+ version = " 0.46.0.dev "
88description = " Pynguin is a tool for automated unit test generation for Python"
99authors = [
1010 " Stephan Lukasczyk <stephan@pynguin.eu>" ,
Original file line number Diff line number Diff line change 66#
77"""Specifies the version of Pynguin."""
88
9- __version__ = "0.45.0 "
9+ __version__ = "0.46.0.dev "
You can’t perform that action at this time.
0 commit comments