Skip to content

Commit

Permalink
Version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
canbula committed Nov 14, 2023
1 parent 9234079 commit 73a5d58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ieee754/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
from ieee754.IEEE754 import IEEE754
from ieee754.IEEE754 import half
from ieee754.IEEE754 import single
from ieee754.IEEE754 import double
from ieee754.IEEE754 import quadruple
from ieee754.IEEE754 import octuple
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
setup(
name="ieee754",
packages=["ieee754"],
version="0.3",
version="0.4",
license="MIT",
description="A Python module which converts floating points numbers into IEEE-754 representation.",
author="Bora Canbula",
author_email="bora.canbula@cbu.edu.tr",
url="https://github.com/canbula/ieee754",
download_url="https://github.com/canbula/ieee754/archive/refs/tags/v_03.tar.gz",
download_url="https://github.com/canbula/ieee754/archive/refs/tags/v_04.tar.gz",
keywords=[
"IEEE-754",
"precisions",
Expand Down

0 comments on commit 73a5d58

Please sign in to comment.