Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoyding committed Apr 26, 2024
1 parent 9bfb738 commit 2ed0cd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [ongoing] - 2024-04-26
## [1.0.0] - 2024-04-26
### Changed
- Use notifier from can library to allow sharing the bus with other bus users, #7
- Merge stop and shutdown methods, to only have a stop method to be called when stopping, #8
Expand Down
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.2"
version = "1.0.0"
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.2"
__version__ = "1.0.0"

MSGID_DO_WRITE = 0x100
MSGID_DO_READ = 0x200
Expand Down

0 comments on commit 2ed0cd5

Please sign in to comment.