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 f98d387 commit 54ae40aCopy full SHA for 54ae40a
fobs/__init__.py
@@ -1,7 +1,7 @@
1
# coding: utf-8
2
3
# information
4
-__version__ = '0.1'
+__version__ = '0.2'
5
6
# submodules
7
from .funcs import *
setup.py
@@ -1,8 +1,8 @@
from setuptools import setup
setup(name = 'fobs',
- description = 'convert 45m/ASTE obstable to one for FMLO observation',
- version = '0.1',
+ description = 'Convert 45m/ASTE obstable to one for FMLO observation',
+ version = '0.2',
author = 'astropenguin',
author_email = 'taniguchi@a.phys.nagoya-u.ac.jp',
8
url = 'https://github.com/fmlo-dev/fobs',
0 commit comments