Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 17077fe

Browse files
authoredNov 8, 2022
Fix default version string
1 parent e1d5737 commit 17077fe

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 = "circuitpython@adafruit.com"}

0 commit comments

Comments
 (0)
Please sign in to comment.