Skip to content

Commit

Permalink
Merge pull request #22 from tekktrik/dev/fix-version
Browse files Browse the repository at this point in the history
Fix default version string
  • Loading branch information
kattni authored Nov 8, 2022
2 parents e1d5737 + 17077fe commit 65b5af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adafruit_ble_file_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
except ImportError:
pass

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

CHUNK_SIZE = 490
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-ble-file-transfer"
description = "Simple BLE Service for reading and writing files over BLE"
version = "0.0.0-auto.0"
version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
Expand Down

0 comments on commit 65b5af8

Please sign in to comment.