We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1e89a commit a6e8275Copy full SHA for a6e8275
command_runner/__init__.py
@@ -19,10 +19,10 @@
19
20
__intname__ = "command_runner"
21
__author__ = "Orsiris de Jong"
22
-__copyright__ = "Copyright (C) 2015-2024 Orsiris de Jong for NetInvent SASU"
+__copyright__ = "Copyright (C) 2015-2025 Orsiris de Jong for NetInvent"
23
__licence__ = "BSD 3 Clause"
24
-__version__ = "1.7.0"
25
-__build__ = "2024091501"
+__version__ = "1.7.1"
+__build__ = "2025031001"
26
__compat__ = "python2.7+"
27
28
import io
0 commit comments