We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820ca28 commit a6066fcCopy full SHA for a6066fc
fobs/__init__.py
@@ -1,7 +1,7 @@
1
# coding: utf-8
2
3
# information
4
-__version__ = '0.2.1'
+__version__ = '0.2.2'
5
6
# submodules
7
from .funcs import *
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',
8
url = 'https://github.com/fmlo-dev/fobs',
0 commit comments