Skip to content

Commit 518a4db

Browse files
committed
[internal] Version 1.01.00
1 parent 05a080c commit 518a4db

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
* Compatible with [CPython](https://www.python.org/) >= 3.10
1111

1212
```bash
13-
pip install git+https://github.com/baltech-ag/bec2format.git#v1.00.01
13+
pip install git+https://github.com/baltech-ag/bec2format.git#v1.01.00
1414
# or
15-
poetry add git+https://github.com/baltech-ag/bec2format.git#v1.00.01
15+
poetry add git+https://github.com/baltech-ag/bec2format.git#v1.01.00
1616
```
1717

1818
#### Micropython
@@ -22,7 +22,7 @@ poetry add git+https://github.com/baltech-ag/bec2format.git#v1.00.01
2222

2323
```python
2424
import mip
25-
mip.install("github:baltech-ag/bec2format/package.json", version="v1.00.01")
25+
mip.install("github:baltech-ag/bec2format/package.json", version="v1.01.00")
2626
```
2727

2828
## How to use

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bec2format",
33
"description": "BALTECH BEC2 file format",
4-
"version": "1.00.01",
4+
"version": "1.01.00",
55
"authors": [
66
"Baltech AG <[email protected]>"
77
],

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 = "bec2format"
3-
version = "1.00.01"
3+
version = "1.01.00"
44
description = "BALTECH BEC2 file format"
55
authors = ["Baltech AG <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)