Skip to content

Commit

Permalink
public release
Browse files Browse the repository at this point in the history
  • Loading branch information
ondratu committed May 22, 2024
1 parent 871e511 commit 117133c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
ChangeLog
=========
dev
0.2.0
* Silenced errors while parsing metadata from cache and print files

0.2.0alpha1
* Improve automatic thumbnail and preview selection
* `sl1s` added as sla extension gcode type
* Add cache file versioning, distrust cache files with a different version
Expand Down
4 changes: 2 additions & 2 deletions gcode_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
UnknownGcodeFileType, estimated_to_seconds, get_preview, get_icon, \
get_meta_class

__version__ = "0.2.0alpha1"
__date__ = "6 Dec 2023" # version date
__version__ = "0.2.0"
__date__ = "5 May 2024" # version date
__copyright__ = "(c) 2023 Prusa 3D"
__author_name__ = "Prusa Connect Developers"
__author_email__ = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "py-gcode-metadata"
version = "0.2.0dev"
version = "0.2.0"
description = "Python library for extraction of metadata from g-code files"
readme = {file = "README.md", content-type="text/markdown"}
license = {text = "LGPLv2+"}
Expand Down

0 comments on commit 117133c

Please sign in to comment.