Skip to content

Commit

Permalink
v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-ziqi committed Nov 13, 2024
1 parent 337e6ba commit 86f3e94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ STL Compressor is a tool designed to compress STL files efficiently. Users can c
Install with pip

```bash
pip install --upgrade stl_compressor -i https://www.pypi.org/simple/
pip install stl_compressor
stl_compressor
```

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="stl_compressor",
version="2.4",
version="2.5",
description="STL Compressor",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion stl_compressor/stl_compressor_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def on_compress_finished():
bottom_frame = tk.Frame(window)
bottom_frame.pack(side=tk.BOTTOM, fill=tk.X)

version_label = tk.Label(bottom_frame, text="STL Compressor v2.4")
version_label = tk.Label(bottom_frame, text="STL Compressor v2.5")
version_label.pack(side=tk.LEFT)

licence_label = tk.Label(bottom_frame, text="Developed by github@fan-ziqi")
Expand Down

0 comments on commit 86f3e94

Please sign in to comment.