Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cwichel committed Apr 12, 2022
2 parents e9d8bfd + 2d2e11f commit 12cff48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Warning: The lock file is not up to date with the latest changes in pyproject.toml. You may be getting outdated dependencies. Run update to update them.
alabaster==0.7.12
astroid==2.11.2
atomicwrites==1.4.0
Expand Down Expand Up @@ -29,7 +28,7 @@ pluggy==1.0.0
py==1.11.0
pygments==2.11.2
pylint==2.13.5
pyparsing==3.0.7
pyparsing==3.0.8
pyserial==3.5
pytest==6.2.5
pytz==2022.1
Expand Down
2 changes: 1 addition & 1 deletion embutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
:license: The MIT License (MIT)
"""
# -------------------------------------
__version__ = '0.8.3'
__version__ = '0.8.4'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
version = "0.8.3"
version = "0.8.4"
name = "embutils"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 12cff48

Please sign in to comment.