Skip to content

Commit a6e8275

Browse files
committed
Bump version
1 parent 8a1e89a commit a6e8275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: command_runner/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919

2020
__intname__ = "command_runner"
2121
__author__ = "Orsiris de Jong"
22-
__copyright__ = "Copyright (C) 2015-2024 Orsiris de Jong for NetInvent SASU"
22+
__copyright__ = "Copyright (C) 2015-2025 Orsiris de Jong for NetInvent"
2323
__licence__ = "BSD 3 Clause"
24-
__version__ = "1.7.0"
25-
__build__ = "2024091501"
24+
__version__ = "1.7.1"
25+
__build__ = "2025031001"
2626
__compat__ = "python2.7+"
2727

2828
import io

0 commit comments

Comments
 (0)