Skip to content

Commit e13ce84

Browse files
committed
Version 0.9
1 parent 40c30f7 commit e13ce84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/ieee754-0.9.tar.gz

6.99 KB
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
setup(
77
name="ieee754",
88
packages=["ieee754"],
9-
version="0.8",
9+
version="0.9",
1010
license="MIT",
1111
description="A Python module which converts floating points numbers into IEEE-754 representation.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
author="Bora Canbula",
1515
author_email="bora.canbula@cbu.edu.tr",
1616
url="https://github.com/canbula/ieee754",
17-
download_url="https://github.com/canbula/ieee754/archive/refs/tags/v_08.tar.gz",
17+
download_url="https://github.com/canbula/ieee754/archive/refs/tags/v_09.tar.gz",
1818
keywords=[
1919
"IEEE-754",
2020
"precisions",

0 commit comments

Comments
 (0)