X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=setup.py;h=cf379f8dcf3e57f983f1f2561490da5446ea67e7;hb=refs%2Fheads%2Fmaster;hp=311932292ecb3f180f09c0ab69ce66210542c9f7;hpb=e5473312452d49a87ba20c5a05435181ef2ec57f;p=dunshire.git 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',