Skip to content

Commit

Permalink
[internal] Version 1.01.00
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-hoelzl committed Dec 5, 2024
1 parent fe36152 commit 1e4765d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
* Compatible with [CPython](https://www.python.org/) >= 3.10

```bash
pip install git+https://github.com/baltech-ag/bec2format.git#v1.00.01
pip install git+https://github.com/baltech-ag/bec2format.git#v1.01.00
# or
poetry add git+https://github.com/baltech-ag/bec2format.git#v1.00.01
poetry add git+https://github.com/baltech-ag/bec2format.git#v1.01.00
```

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

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

## How to use
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bec2format",
"description": "BALTECH BEC2 file format",
"version": "1.00.01",
"version": "1.01.00",
"authors": [
"Baltech AG <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bec2format"
version = "1.00.01"
version = "1.01.00"
description = "BALTECH BEC2 file format"
authors = ["Baltech AG <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1e4765d

Please sign in to comment.