From 652ea97207b2a5c9fb3ba1475a320408115c201f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Sainz-Maza=20Serna?= Date: Wed, 24 Jun 2026 15:45:48 +0200 Subject: [PATCH] fix: bump release version othrwiese publish job failes: https://github.com/RaulSMS/python-can-j1939/actions/runs/28102286694 We should probably automate this too. --- j1939/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/j1939/version.py b/j1939/version.py index a68927d..b3f4756 100644 --- a/j1939/version.py +++ b/j1939/version.py @@ -1 +1 @@ -__version__ = "0.1.0" \ No newline at end of file +__version__ = "0.1.2"