We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5133236 commit a27a793Copy full SHA for a27a793
labs/npfl139/version.py
@@ -4,7 +4,7 @@
4
# License, v. 2.0. If a copy of the MPL was not distributed with this
5
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7
-__version__ = "2425.7.0"
+__version__ = "2425.7.1"
8
9
10
def require_version(required_version: str) -> None:
labs/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "npfl139"
-version = "2425.7.0"
+version = "2425.7.1"
authors = [
{ name="Milan Straka", email="straka@ufal.mff.cuni.cz" },
]
0 commit comments