From ecdba464d2e6fb2cfec6bfa0774d0ea7932958dc Mon Sep 17 00:00:00 2001 From: Andreas Zeller Date: Sun, 10 Nov 2024 13:11:46 +0100 Subject: [PATCH] Next release witll be 1.2.4 --- code/LICENSE.md | 2 +- code/setup.py.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/LICENSE.md b/code/LICENSE.md index 64a4f9433..eb64a57f7 100644 --- a/code/LICENSE.md +++ b/code/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2018-2020 CISPA, Saarland University, authors, and contributors +Copyright (c) 2018-2024 CISPA, Saarland University, authors, and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/code/setup.py.in b/code/setup.py.in index beb54d023..7ef2d87e8 100755 --- a/code/setup.py.in +++ b/code/setup.py.in @@ -8,7 +8,7 @@ with open("README.md", "rb") as fh: # See https://packaging.python.org/tutorials/packaging-projects/ for details setuptools.setup( name="debuggingbook", - version="1.2.3", + version="1.2.4", author="Andreas Zeller", author_email="zeller@cispa.de", description="Code for 'The Debugging Book' (https://www.debuggingbook.org/)",