Skip to content

Commit

Permalink
v1.4.6097
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Mar 5, 2023
1 parent 1c2b00e commit af0bd74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker-copyedit-tests.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /usr/bin/env python3
from __future__ import print_function

__copyright__ = "(C) 2017-2022 Guido U. Draheim, licensed under the EUPL"
__version__ = "1.4.5016"
__copyright__ = "(C) 2017-2023 Guido U. Draheim, licensed under the EUPL"
__version__ = "1.4.6097"

import sys
import subprocess
Expand Down
4 changes: 2 additions & 2 deletions docker-copyedit.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /usr/bin/env python3
from __future__ import print_function

__copyright__ = "(C) 2017-2022 Guido U. Draheim, licensed under the EUPL"
__version__ = "1.4.5016"
__copyright__ = "(C) 2017-2023 Guido U. Draheim, licensed under the EUPL"
__version__ = "1.4.6097"

import subprocess
import collections
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = docker-copyedit
version = 1.4.5016
version = 1.4.6097
license = EUPL
license_files =
EUPL-LICENSE.md
Expand Down

0 comments on commit af0bd74

Please sign in to comment.