Skip to content

Commit 8e6d7af

Browse files
author
Alec Delaney
committed
Update version string
1 parent f083337 commit 8e6d7af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adafruit_wiznet5k/adafruit_wiznet5k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import adafruit_wiznet5k.adafruit_wiznet5k_dns as dns
3737

3838

39-
__version__ = "0.0.0-auto.0"
39+
__version__ = "0.0.0+auto.0"
4040
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k.git"
4141

4242

adafruit_wiznet5k/adafruit_wiznet5k_ntp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import time
2121
import adafruit_wiznet5k.adafruit_wiznet5k_socket as socket
2222

23-
##__version__ = "0.0.0-auto.0"
23+
##__version__ = "0.0.0+auto.0"
2424
##__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_NTP.git"
2525

2626

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-wiznet5k"
1414
description = "Pure-Python interface for WIZNET 5k ethernet modules."
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)