Skip to content

Commit

Permalink
1.0.11 now available
Browse files Browse the repository at this point in the history
  • Loading branch information
kcelebi committed Dec 30, 2020
1 parent 916cc68 commit 7c5724d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="riscv-assembler",
version="0.1.13",
version="1.0.11",
author="Kaya Çelebi",
author_email="kayacelebi17@gmail.com",
description="RISC-V assembler",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest

def func0():
return nibbleForm("000011110000010100001111")
return nibbleForm("000011110000010100001111",'\t')

def test_0():
assert func0() == "0000\t1111\t0000\t0101\t0000\t1111"

0 comments on commit 7c5724d

Please sign in to comment.