Skip to content

Commit eb70c3b

Browse files
updated the toml to the right version
1 parent ee42af9 commit eb70c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "electroblocks"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Python client library to interact with ElectroBlocks Arduino firmware"
99
authors = [
1010
{ name = "Noah Glaser", email = "[email protected]" }
1111
]
12-
license = { text = "MIT" }
12+
license = { text = "GNU v3.0" }
1313
readme = "README.md"
1414
requires-python = ">=3.6"
1515
dependencies = [

0 commit comments

Comments
 (0)