Skip to content

Commit bbd12d8

Browse files
Merge pull request #22 from DiogoRibeiro7/chore/more_examples
Chore/more examples
2 parents 0b47bb2 + 6cff868 commit bbd12d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gen_surv"
3-
version = "0.6.10"
3+
version = "0.7.0"
44
description = "A Python package for simulating survival data, inspired by the R package genSurv"
55
authors = ["Diogo Ribeiro <[email protected]>"]
66
license = "MIT"

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from invoke.tasks import task
2+
import shlex
23

34
@task
45
def test(c):

0 commit comments

Comments
 (0)