X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=cf379f8dcf3e57f983f1f2561490da5446ea67e7;hp=311932292ecb3f180f09c0ab69ce66210542c9f7;hb=368f8ee6af7e4c7652df87b701baebe1418b8d3d;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',