Skip to content

Commit 1b62311

Browse files
committed
Documentation and setup.py updates
1 parent 006fc4d commit 1b62311

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Introduction
33

44
pyzootool wraps the API of http://www.zootool.com. It's currently still very early in development, and not quite everything works.
55

6+
Install
7+
=====================
8+
9+
You can either just grab the head here from Github, or you can pip or easy_install the package as well as it's now on pypi.
10+
611
What Works
712
=====================
813

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name = "pyzootool",
6-
version = "0.1",
6+
version = "0.2",
77
author = "Mark Rogers",
88
author_email = "[email protected]",
99
url = "http://www.f4ntasmic.com",

0 commit comments

Comments
 (0)