File: version.patch

package info (click to toggle)
python-canmatrix 1.2~github-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: xml: 30,201; python: 14,631; makefile: 31; sh: 7
file content (11 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py
+++ b/setup.py
@@ -79,7 +79,7 @@
 
 setup(
     name = "canmatrix",
-    version = versioneer.get_version(),
+    version = '1.2',
     cmdclass = versioneer.get_cmdclass(),
     long_description_content_type='text/x-rst',
     maintainer = "Eduard Broecker",