Skip to content

Commit

Permalink
Merge pull request #4 from supermete/release/0.1.2
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
supermete authored Apr 15, 2024
2 parents 484404e + 290d62c commit eb97ce9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions mkdocs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "caroa04"
version = "0.1.1"
version = "0.1.2"
description = "Library to control the CAROA04 CAN-IO expander device from eletechsup."
readme = "README.rst"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/caroa04/caroa04.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
logging.basicConfig(level=logging.INFO)

__author__ = "R. Soyding"
__version__ = "0.1.1"
__version__ = "0.1.2"

MSGID_DO_WRITE = 0x100
MSGID_DO_READ = 0x200
Expand Down

0 comments on commit eb97ce9

Please sign in to comment.