From a9a97d19c51e11ff677168c983c86988b08c4c81 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Tue, 5 Mar 2024 00:41:26 +0200 Subject: [PATCH] Use custom om suffix for twine version --- lib/twine/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/twine/version.rb b/lib/twine/version.rb index 669bf16..52096e3 100644 --- a/lib/twine/version.rb +++ b/lib/twine/version.rb @@ -1,3 +1,3 @@ module Twine - VERSION = '1.1.2' + VERSION = '1.1.2-om' end