We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee42af9 commit eb70c3bCopy full SHA for eb70c3b
pyproject.toml
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "electroblocks"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "Python client library to interact with ElectroBlocks Arduino firmware"
9
authors = [
10
{ name = "Noah Glaser", email = "[email protected]" }
11
]
12
-license = { text = "MIT" }
+license = { text = "GNU v3.0" }
13
readme = "README.md"
14
requires-python = ">=3.6"
15
dependencies = [
0 commit comments