From a6066fc6a6f30214932564971d0e86dcfdbddcae Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Thu, 24 May 2018 03:21:11 +0900 Subject: [PATCH] :tada: Release v0.2.2 --- fobs/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fobs/__init__.py b/fobs/__init__.py index f6dd0ad..392402d 100644 --- a/fobs/__init__.py +++ b/fobs/__init__.py @@ -1,7 +1,7 @@ # coding: utf-8 # information -__version__ = '0.2.1' +__version__ = '0.2.2' # submodules from .funcs import * diff --git a/setup.py b/setup.py index 925c762..730bb0a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup(name = 'fobs', description = 'Convert 45m/ASTE obstable to one for FMLO observation', - version = '0.2.1', + version = '0.2.2', author = 'astropenguin', author_email = 'taniguchi@a.phys.nagoya-u.ac.jp', url = 'https://github.com/fmlo-dev/fobs',