Skip to content

Commit 65b5af8

Browse files
authored
Merge pull request #22 from tekktrik/dev/fix-version
Fix default version string
2 parents e1d5737 + 17077fe commit 65b5af8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_ble_file_transfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
except ImportError:
2929
pass
3030

31-
__version__ = "0.0.0-auto.0"
31+
__version__ = "0.0.0+auto.0"
3232
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BLE_File_Transfer.git"
3333

3434
CHUNK_SIZE = 490

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-ble-file-transfer"
1414
description = "Simple BLE Service for reading and writing files over BLE"
15-
version = "0.0.0-auto.0"
15+
version = "0.0.0+auto.0"
1616
readme = "README.rst"
1717
authors = [
1818
{name = "Adafruit Industries", email = "[email protected]"}

0 commit comments

Comments
 (0)