Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEveritt committed Sep 18, 2024
1 parent a25f390 commit 7a04d6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.2.3
commit = False
tag = False
allow_dirty = False
Expand Down
2 changes: 1 addition & 1 deletion gcodeparser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.2"
__version__ = "0.2.3"

from .gcode_parser import GcodeParser, GcodeLine
from .commands import Commands
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="gcodeparser",
version="0.2.2",
version="0.2.3",
include_package_data=True,
packages=find_packages(),

Expand Down

0 comments on commit 7a04d6f

Please sign in to comment.