easybits 0.1.0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: easybits
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A friendly interface for exploring bits.
5
5
  Author: Chris Proctor
6
6
  Author-email: chris@chrisproctor.net
@@ -58,7 +58,7 @@ class Bits(bitarray):
58
58
  return super().__new__(cls, sized_bits)
59
59
 
60
60
  def __str__(self):
61
- bits = self.to01()
61
+ return self.to01()
62
62
 
63
63
  def __repr__(self):
64
64
  return self.to01()
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "easybits"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = "A friendly interface for exploring bits."
5
5
  authors = ["Chris Proctor <chris@chrisproctor.net>"]
6
6
  readme = "README.md"
File without changes
File without changes
File without changes