Skip to content

Commit 54ae40a

Browse files
committed
🎉 Release v0.2
1 parent f98d387 commit 54ae40a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fobs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
# information
4-
__version__ = '0.1'
4+
__version__ = '0.2'
55

66
# submodules
77
from .funcs import *

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from setuptools import setup
22

33
setup(name = 'fobs',
4-
description = 'convert 45m/ASTE obstable to one for FMLO observation',
5-
version = '0.1',
4+
description = 'Convert 45m/ASTE obstable to one for FMLO observation',
5+
version = '0.2',
66
author = 'astropenguin',
77
author_email = 'taniguchi@a.phys.nagoya-u.ac.jp',
88
url = 'https://github.com/fmlo-dev/fobs',

0 commit comments

Comments
 (0)