Skip to content

Commit a72ab76

Browse files
committed
v2.0.0
1 parent 632a10a commit a72ab76

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Hatanaka [![Build](https://github.com/valgur/hatanaka/actions/workflows/build.yml/badge.svg?event=push)](https://github.com/valgur/hatanaka/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/valgur/hatanaka/branch/main/graph/badge.svg?token=7TBLMZ8Wi9)](https://codecov.io/gh/valgur/hatanaka) [![PyPI](https://img.shields.io/pypi/v/hatanaka)](https://pypi.org/project/hatanaka/)
1+
# Hatanaka [![Build](https://github.com/valgur/hatanaka/actions/workflows/build.yml/badge.svg?event=push)](https://github.com/valgur/hatanaka/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/valgur/hatanaka/branch/master/graph/badge.svg?token=7TBLMZ8Wi9)](https://codecov.io/gh/valgur/hatanaka) [![PyPI](https://img.shields.io/pypi/v/hatanaka)](https://pypi.org/project/hatanaka/)
22

33
Effortless compression / decompression of RINEX files in Python and on the command line.
44

hatanaka/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .general_compression import *
22
from .hatanaka import *
33

4-
__version__ = '1.0.0'
4+
__version__ = '2.0.0'
55
rnxcmp_version = '4.0.8'

setup.cfg

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[metadata]
22
name = hatanaka
3-
version = 1.0.0
3+
version = 2.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 = Effortlessly compress / decompress any RINEX file
88
long_description = file: README.md
99
long_description_content_type = text/markdown
1010
license_files = LICENSE
@@ -13,10 +13,12 @@ keywords =
1313
Hatanaka compression
1414
GNSS
1515
classifiers =
16-
Development Status :: 5 - Production/Stable
16+
Development Status :: 4 - Beta
1717
License :: OSI Approved :: MIT License
1818
Operating System :: OS Independent
1919
Programming Language :: Python :: 3
20+
Environment :: Console
21+
Topic :: Scientific/Engineering
2022

2123
[options]
2224
python_requires = >= 3.6

0 commit comments

Comments
 (0)