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 1e97c15 commit f193095Copy full SHA for f193095
dist/ieee754-0.10.tar.gz
7.08 KB
setup.py
@@ -6,15 +6,15 @@
6
setup(
7
name="ieee754",
8
packages=["ieee754"],
9
- version="0.9",
+ version="0.10",
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_09.tar.gz",
+ download_url="https://github.com/canbula/ieee754/archive/refs/tags/v_010.tar.gz",
18
keywords=[
19
"IEEE-754",
20
"precisions",
0 commit comments