Skip to content

Commit

Permalink
v_0.2 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
canbula committed Jan 8, 2022
1 parent fd63b32 commit 3311c8a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# file GENERATED by distutils, do NOT edit
setup.cfg
setup.py
ieee754/IEEE754.py
ieee754/__init__.py
ieee754/ieee754.py
Binary file added dist/ieee754-0.2.tar.gz
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion ieee754/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from ieee754 import IEEE754
from ieee754.IEEE754 import IEEE754
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setup(
name = 'ieee754',
packages = ['ieee754'],
version = '0.1',
version = '0.2',
license='MIT',
description = 'A Python library which converts floating points numbers into IEEE-754 representation.',
author = 'Bora Canbula',
Expand All @@ -19,12 +19,5 @@
'Topic :: Scientific/Engineering :: Mathematics',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
)

0 comments on commit 3311c8a

Please sign in to comment.