Skip to content

Commit a6066fc

Browse files
committed
🎉 Release v0.2.2
1 parent 820ca28 commit a6066fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2.1'
4+
__version__ = '0.2.2'
55

66
# submodules
77
from .funcs import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(name = 'fobs',
44
description = 'Convert 45m/ASTE obstable to one for FMLO observation',
5-
version = '0.2.1',
5+
version = '0.2.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)