To deploy the project to clojars:
1. I have my account on clojars: jlizier, password is Michael one with _clojars
1b. Install leiningen -- don't do the ubuntu version -- it's too old. Copy lein shell script into my ~/bin and run lein upgrade the first time I run it
2. Make sure we're still using the same pgp key, or perhaps generate a new one. Use gpg (pgpgpg package)
3. UPDATE the version in project.clj
3. run "lein deploy clojars" in the deploy directory and this will deploy automatically
