Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEveritt committed Sep 18, 2024
1 parent a286998 commit 14b66db
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.3
current_version = 0.2.4
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.3"
__version__ = "0.2.4"

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.3",
version="0.2.4",
include_package_data=True,
packages=find_packages(),

Expand Down

0 comments on commit 14b66db

Please sign in to comment.