From 63b20185ea73b36aece5574413172925ec35c2f4 Mon Sep 17 00:00:00 2001 From: Chris Woodall Date: Wed, 18 Aug 2021 22:05:49 -0400 Subject: [PATCH] bump-version to 0.1.1 --- poetry.lock | 29 ++++++++++++++++++++++++++++- pyproject.toml | 3 ++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1bb101b..38c213b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -94,6 +94,25 @@ packaging = "*" six = ">=1.9.0" webencodings = "*" +[[package]] +name = "bump2version" +version = "1.0.1" +description = "Version-bump your software with a single command!" +category = "main" +optional = false +python-versions = ">=3.5" + +[[package]] +name = "bumpversion" +version = "0.6.0" +description = "Version-bump your software with a single command!" +category = "main" +optional = false +python-versions = "*" + +[package.dependencies] +bump2version = "*" + [[package]] name = "certifi" version = "2021.5.30" @@ -1055,7 +1074,7 @@ test = ["pytest", "black", "isort", "flake8", "flake8-docstrings", "pytest-cov"] [metadata] lock-version = "1.1" python-versions = ">=3.6.1,<4.0" -content-hash = "86e05c5b43f9ef1e79da4400a172a5c420fb2de52e0a7c1312b1e9f8917d7775" +content-hash = "b4b962fc5b957b06a1968254238c3893b4aa47ad6500276fcbab966d8ba1ed8f" [metadata.files] appdirs = [ @@ -1086,6 +1105,14 @@ bleach = [ {file = "bleach-4.0.0-py2.py3-none-any.whl", hash = "sha256:c1685a132e6a9a38bf93752e5faab33a9517a6c0bb2f37b785e47bf253bdb51d"}, {file = "bleach-4.0.0.tar.gz", hash = "sha256:ffa9221c6ac29399cc50fcc33473366edd0cf8d5e2cbbbb63296dc327fb67cc8"}, ] +bump2version = [ + {file = "bump2version-1.0.1-py2.py3-none-any.whl", hash = "sha256:37f927ea17cde7ae2d7baf832f8e80ce3777624554a653006c9144f8017fe410"}, + {file = "bump2version-1.0.1.tar.gz", hash = "sha256:762cb2bfad61f4ec8e2bdf452c7c267416f8c70dd9ecb1653fd0bbb01fa936e6"}, +] +bumpversion = [ + {file = "bumpversion-0.6.0-py2.py3-none-any.whl", hash = "sha256:4eb3267a38194d09f048a2179980bb4803701969bff2c85fa8f6d1ce050be15e"}, + {file = "bumpversion-0.6.0.tar.gz", hash = "sha256:4ba55e4080d373f80177b4dabef146c07ce73c7d1377aabf9d3c3ae1f94584a6"}, +] certifi = [ {file = "certifi-2021.5.30-py2.py3-none-any.whl", hash = "sha256:50b1e4f8446b06f41be7dd6338db18e0990601dce795c2b1686458aa7e8fa7d8"}, {file = "certifi-2021.5.30.tar.gz", hash = "sha256:2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee"}, diff --git a/pyproject.toml b/pyproject.toml index 2653244..2f08d4b 100644 --- a/pyproject.toml +++ b/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 "] @@ -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 = [