We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f1d4e commit 376294aCopy full SHA for 376294a
2 files changed
README.md
@@ -1,5 +1,7 @@
1
# bseqgen
2
3
+Current Version: 0.1.2
4
+
5
Small Python library for working with Binary Sequences, with a focus on pseudorandom binary sequences and signal-processing style operations.
6
7
> **Status:** Beta (API may evolve and change significantly before v1.0)
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "bseqgen"
-version = "0.1.1"
+version = "0.1.2"
description = "Library for generating and working with binary sequences."
readme = "README.md"
authors = [
0 commit comments