Skip to content

Commit b0ea206

Browse files
author
Joe Snell
committed
add bump wrapper
1 parent d7f42b6 commit b0ea206

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.bumpversion.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[bumpversion]
2+
current_version = 0.1.1
3+
commit = True
4+
tag = True
5+
6+
[bumpversion:file:pyproject.toml]

bin/bump

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
set -e
4+
5+
poetry run bumpversion --config-file pyproject.tml "$@"

0 commit comments

Comments
 (0)