diff --git a/project.clj b/project.clj index c534eef902a5b9dd947ac86985122061c12ecad5..1fadcda72d60d78d9de2f1a9015662662bfe0742 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject python/lein-template "0.16.1" +(defproject python/lein-template "0.16.2" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" diff --git a/src/leiningen/new/python/requirements.txt b/src/leiningen/new/python/requirements.txt index 7e4ad277d3fa74105d4a1bb8df3963803430d918..b6acdd3116fbbceaff052d42617df007fc0b122a 100644 --- a/src/leiningen/new/python/requirements.txt +++ b/src/leiningen/new/python/requirements.txt @@ -1,2 +1,2 @@ -yygame-utils==0.15.0 +yygame-utils==0.16.0 # raven==3.6.1