We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c30f7 commit e13ce84Copy full SHA for e13ce84
dist/ieee754-0.9.tar.gz
6.99 KB
setup.py
@@ -6,15 +6,15 @@
6
setup(
7
name="ieee754",
8
packages=["ieee754"],
9
- version="0.8",
+ version="0.9",
10
license="MIT",
11
description="A Python module which converts floating points numbers into IEEE-754 representation.",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
author="Bora Canbula",
15
author_email="bora.canbula@cbu.edu.tr",
16
url="https://github.com/canbula/ieee754",
17
- download_url="https://github.com/canbula/ieee754/archive/refs/tags/v_08.tar.gz",
+ download_url="https://github.com/canbula/ieee754/archive/refs/tags/v_09.tar.gz",
18
keywords=[
19
"IEEE-754",
20
"precisions",
0 commit comments