Skip to content

Commit

Permalink
--updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
fraserw committed Jul 15, 2019
1 parent 5c9995d commit cddf6f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion 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']

Expand Down

0 comments on commit cddf6f0

Please sign in to comment.