Skip to content

Commit

Permalink
bump-version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cwoodall committed Aug 19, 2021
1 parent ba0cbc3 commit 63b2018
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
29 changes: 28 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "sovol_xy"
version = "0.1.0"
version = "0.1.1"
homepage = "https://github.com/cwoodall/sovol_xy"
description = "Library for controlling the Sovol-SO1 xy plotter using the Marlin Firmware."
authors = ["Christopher Woodall <chris@cwoodall.com>"]
Expand Down Expand Up @@ -47,6 +47,7 @@ pre-commit = {version = "^2.12.0", optional = true}
toml = {version = "^0.10.2", optional = true}
pyserial = "^3.5"
livereload = {version = "^2.6.3", extras = ["test"]}
bumpversion = {version = "^0.6.0", extras = ["dev"]}

[tool.poetry.extras]
test = [
Expand Down

0 comments on commit 63b2018

Please sign in to comment.