Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlucas1 committed Dec 17, 2024
1 parent d8aad31 commit 504ae41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You will need to have Python installed. Python comes with a program
called `pip` for installing Python programs at the system level. To
install `diff3d` run this command:

pip install https://github.com/bdlucas1/diff3d/archive/master.zip
pip install diff3d

In some more recent versions of Python you may get an error that the
Python installation is managed by the OS, meaning that you can't use
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "diff3d"
version = "0.0.0rc1"
version = "0.1.0"
authors = [{name = "Bruce D. Lucas"}]
description = "Fast visual diff for 3d files"
readme = "README.md"
Expand Down

0 comments on commit 504ae41

Please sign in to comment.