File: setup.py-Update-VERSION.patch

package info (click to toggle)
grabserial 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 188 kB
  • sloc: python: 988; sh: 89; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 558 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From df372f1447421fd4445185b655d042cbdeb8baab Mon Sep 17 00:00:00 2001
From: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Date: Tue, 29 Sep 2020 17:59:48 +0900
Subject: [PATCH] setup.py: Update VERSION

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 8124e25..5bb5c5e 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@
 import os
 from setuptools import setup
 
-VERSION = '1.9.8'
+VERSION = '2.1.0'
 
 setup(
     name='grabserial',
-- 
2.28.0