Skip to content

Commit 504ae41

Browse files
committed
0.1.0
1 parent d8aad31 commit 504ae41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You will need to have Python installed. Python comes with a program
1919
called `pip` for installing Python programs at the system level. To
2020
install `diff3d` run this command:
2121

22-
pip install https://github.com/bdlucas1/diff3d/archive/master.zip
22+
pip install diff3d
2323

2424
In some more recent versions of Python you may get an error that the
2525
Python installation is managed by the OS, meaning that you can't use

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "diff3d"
3-
version = "0.0.0rc1"
3+
version = "0.1.0"
44
authors = [{name = "Bruce D. Lucas"}]
55
description = "Fast visual diff for 3d files"
66
readme = "README.md"

0 commit comments

Comments
 (0)