Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Apr 12, 2021
1 parent 632a10a commit a72ab76
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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/)
# 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/)

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

Expand Down
2 changes: 1 addition & 1 deletion hatanaka/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .general_compression import *
from .hatanaka import *

__version__ = '1.0.0'
__version__ = '2.0.0'
rnxcmp_version = '4.0.8'
8 changes: 5 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[metadata]
name = hatanaka
version = 1.0.0
version = 2.0.0
author = Martin Valgur
author_email = martin.valgur@gmail.com
url = https://github.com/valgur/hatanaka
description = Compress / decompress RINEX observation files with Hatanaka compression
description = Effortlessly compress / decompress any RINEX file
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE
Expand All @@ -13,10 +13,12 @@ keywords =
Hatanaka compression
GNSS
classifiers =
Development Status :: 5 - Production/Stable
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Environment :: Console
Topic :: Scientific/Engineering

[options]
python_requires = >= 3.6
Expand Down

0 comments on commit a72ab76

Please sign in to comment.