Browse Source

Fix typo.

Jelmer Vernooij 4 năm trước cách đây
mục cha
commit
9ee7d9aefa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
 }