Skip to content

Commit 376294a

Browse files
committed
📝v0.1.2
1 parent 07f1d4e commit 376294a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# bseqgen
22

3+
Current Version: 0.1.2
4+
35
Small Python library for working with Binary Sequences, with a focus on pseudorandom binary sequences and signal-processing style operations.
46

57
> **Status:** Beta (API may evolve and change significantly before v1.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bseqgen"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Library for generating and working with binary sequences."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)