diff --git a/setup.py b/setup.py index 96d2368..30ad6eb 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name = 'trippy', packages = ['trippy','trippy.scamp','trippy.MCMCfit'], - version = '1.1', + version = '1.1.1', description = 'Pill aperture photometry for trailed astronomical sources', author = 'Wesley Fraser', author_email = 'westhefras@gmail.com', diff --git a/trippy/__init__.py b/trippy/__init__.py index 5ad0277..d0976a3 100644 --- a/trippy/__init__.py +++ b/trippy/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__='1.1' +__version__='1.1.1' __author__='Wesley Fraser (github: fraserw, westhefras@gmail.com)' __all__=['psf','pill','bgFinder','utils','psfStarChooser','MCMCfit','scamp','tzscale']