Skip to content

Commit

Permalink
set version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Dec 19, 2017
1 parent b44585a commit 6ec2fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tigger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from Tigger.Models.Formats import load, save, listFormats
import Kittens.config

__version__ = "1.4"
__version__ = "1.4.2"

release_string = __version__
svn_revision_string = __version__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import print_function
from setuptools import setup, find_packages

__version__ = "1.4"
__version__ = "1.4.2"

requirements = ['astro_kittens', 'numpy', 'scipy', 'astlib', 'pyfits']

Expand Down

0 comments on commit 6ec2fe8

Please sign in to comment.