Skip to content

Commit 80d164d

Browse files
committed
0.1.1
1 parent bc06dcc commit 80d164d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ryxpress"
3-
version = "0.0.9"
3+
version = "0.1.1"
44
description = "Reproducible Analytical Pipelines with Nix"
55
readme = "README.md"
66
keywords = ["nix", "rap", "pipelines", "reproducibility"]

src/ryxpress/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
from __future__ import annotations
1919

20-
__version__ = "0.1.0"
20+
__version__ = "0.1.1"
2121

2222

2323
def hello() -> str:

0 commit comments

Comments
 (0)