Skip to content

Commit bac9010

Browse files
committed
version fix
1 parent 60230b6 commit bac9010

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ We use bump2version to bump and tag releases.
455455

456456
```bash
457457
git checkout master && git pull
458-
bump2version {patch|minor|major}
458+
bumpversion {patch|minor|major}
459459
git push && git push --tags
460460
```
461461

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ignore = E202
66
exclude = ./data,./src,.svn,CVS,.bzr,.hg,.git,__pycache__
77

88
[bumpversion]
9-
current_version = 0.4.2
9+
current_version = 4.0.2
1010
commit = True
1111
tag = True
1212
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if os.environ.get('USER', '') == 'vagrant':
1111
del os.link
1212

13-
version = '0.4.2'
13+
version = '4.0.2'
1414

1515

1616
def get_reqs(filename):

0 commit comments

Comments
 (0)