Skip to content

Commit

Permalink
Merge branch 'release/v22.0.1' into main
Browse files Browse the repository at this point in the history
Releasing version 22.0.1
  • Loading branch information
GusZandy committed Dec 2, 2022
2 parents a0e4165 + 2b93001 commit f620608
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cabrillo_decoder.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: cabrillo-decoder
Version: 0.0.1
Version: 22.0.1
Summary: Docode Cabrillo file to dictonary variable
Home-page: https://github.com/GusZandy/CabrilloDecoderPython.git
Author: Zandy Yudha Perwira
Expand Down
1 change: 0 additions & 1 deletion cabrillo_decoder.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
LICENSE
README.md
pyproject.toml
setup.cfg
cabrillo_decoder/__init__.py
Expand Down
Binary file removed cabrillo_decoder/__init__.pyc
Binary file not shown.
Binary file removed cabrillo_decoder/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file removed cabrillo_decoder/__pycache__/decoder.cpython-39.pyc
Binary file not shown.
Binary file removed cabrillo_decoder/decoder.pyc
Binary file not shown.
Binary file removed dist/cabrillo_decoder-0.0.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/cabrillo_decoder-0.0.1.tar.gz
Binary file not shown.
Binary file added dist/cabrillo_decoder-22.0.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/cabrillo_decoder-22.0.1.tar.gz
Binary file not shown.
7 changes: 3 additions & 4 deletions example.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

from cabrillo_decoder import decoder
file = open("cq-ww-cw.cbr")

cabrillo = decoder.Cabrillo(file)

decoder = decoder.CabrilloDecoder(file)

print(decoder.decode())
print(cabrillo.decode())
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = cabrillo_decoder
version = 0.0.1
version = 22.0.1
author = Zandy Yudha Perwira
author_email = zandy.yudha.p@gmail.com
description = Docode Cabrillo file to dictonary variable
Expand Down

0 comments on commit f620608

Please sign in to comment.