Skip to content

Commit ff7fda4

Browse files
committed
Fixed version number
1 parent 3bd0cc4 commit ff7fda4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# BICO Changelog
22

3+
## v1.6.3 | 21 Mar 2024
4+
5+
- Fixed version number
6+
37
## v1.6.2 | 21 Mar 2024
48

59
- Added info about missing `AGC` value from IRGA to datablock info `IRGA75-R1.md`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bico"
3-
version = "v1.6.2"
3+
version = "v1.6.3"
44
description = "Binary Converter to convert binary files to ASCII"
55
authors = ["holukas <holukas@ethz.ch>"]
66

src/settings/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# from single_source import get_version
22
# __version__ = get_version(__name__, Path(__file__).parent.parent.parent) # Single source of truth for version
33

4-
__version__ = "1.6.2"
4+
__version__ = "1.6.3"
55
__date__ = "21 Mar 2024"
66
__link_changelog__ = "https://github.com/holukas/bico/blob/master/CHANGELOG.md"
77
__link_source_code__ = "https://github.com/holukas/bico"

0 commit comments

Comments
 (0)