X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=setup.py;h=213234a46f26570d1c1bbb4d6f1bc9d6cf5b10b0;hp=311932292ecb3f180f09c0ab69ce66210542c9f7;hb=HEAD;hpb=e5473312452d49a87ba20c5a05435181ef2ec57f diff --git a/setup.py b/setup.py index 3119322..cf379f8 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): # Don't list "test" in packages, because we don't want it installed. setup( name = 'dunshire', - version = '0.1.2', + version = '0.1.3', author = 'Michael Orlitzky', author_email = 'michael@orlitzky.com', url = 'http://michael.orlitzky.com/code/dunshire/index.xhtml',