Skip to content

Commit 3ff8284

Browse files
author
AndyEveritt
committed
update makefile
1 parent a91812e commit 3ff8284

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.bumpversion.cfg

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

Makefile

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

4+
#########################################
5+
# bumpversion Usage
6+
#########################################
7+
# `bumpversion [major|minor|patch|build]`
8+
# `bumpversion --tag release
9+
410
update_dist:
511
python setup.py sdist bdist_wheel
612

0 commit comments

Comments
 (0)