Browse Source

Fix typo.

Jelmer Vernooij 4 years ago
parent
commit
9ee7d9aefa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      releaser.conf

+ 1 - 1
releaser.conf

@@ -11,6 +11,6 @@ update_version {
 }
 update_version {
   path: "dulwich/__init__.py"
-  match: "^ __version__ = \((.*)\)$"
+  match: "^__version__ = \((.*)\)$"
   new_line: "__version__ = $TUPLED_VERSION"
 }