Skip to content

Commit 399fa0f

Browse files
committed
v1.0.0
1 parent 81c9b7f commit 399fa0f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

hatanaka/__init__.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
import hatanaka.bin
99
from hatanaka import cli
1010

11-
__all__ = ['rnx2crx', 'crx2rnx', 'rnx2crx_file', 'crx2rnx_file', 'HatanakaException']
12-
__version__ = '4.0.8.0'
11+
__version__ = '1.0.0'
12+
rnxcmp_version = '4.0.8'
13+
__all__ = ['rnx2crx', 'crx2rnx', 'rnx2crx_file', 'crx2rnx_file', 'HatanakaException',
14+
'rnxcmp_version']
1315

1416

1517
def rnx2crx(rnx_content: Union[AnyStr, IO], reinit_every_nth: int = None,

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[metadata]
22
name = hatanaka
3-
version = 4.0.8.0
3+
version = 1.0.0
44
author = Martin Valgur
55
author_email = [email protected]
66
url = https://github.com/valgur/hatanaka
7-
description = Compress/decompress RINEX observation files with Hatanaka compression
7+
description = Compress / decompress RINEX observation files with Hatanaka compression
88
long_description = file: README.md
99
long_description_content_type = text/markdown
1010
license_files = LICENSE

0 commit comments

Comments
 (0)