Skip to content

Commit a91812e

Browse files
author
AndyEveritt
committed
Update bumpversion
1 parent a6b532f commit a91812e

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#########################################
2+
# Usage
3+
#########################################
4+
# `bumpversion [major|minor|patch|build]`
5+
# `bumpversion --tag release
6+
7+
18
[bumpversion]
29
current_version = 1.0.1-dev0
310
commit = False

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
SHELL := /bin/bash
22
verbosity=1
33

4-
bump_version:
5-
bump2version --new-version $(part) duetwebapi/__init__.py setup.py
6-
74
update_dist:
85
python setup.py sdist bdist_wheel
96

0 commit comments

Comments
 (0)