Skip to content

Commit

Permalink
Bump version: 0.3.1 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Graves committed Dec 20, 2017
1 parent f8dfddd commit bb43135
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.4.0
commit = True
tag = True

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,7 +10,7 @@ These instructions will make a `slingshot` command available from your virtualen

```bash
$ mkdir slingshot && cd slinghost
$ pipenv install https://github.com/MITLibraries/slingshot/zipball/v0.3.1
$ pipenv install https://github.com/MITLibraries/slingshot/zipball/v0.4.0
$ pipenv run slingshot --version
```

Expand All @@ -19,7 +19,7 @@ $ pipenv run slingshot --version
```bash
$ python3 -m venv slingshot
$ source slingshot/bin/activate
(slingshot)$ pip install https://github.com/MITLibraries/slingshot/zipball/v0.3.1
(slingshot)$ pip install https://github.com/MITLibraries/slingshot/zipball/v0.4.0
(slingshot)$ slingshot --version
```

Expand Down Expand Up @@ -94,7 +94,7 @@ This will increment the version number, add a commit and create a git tag. By de

```bash
$ pipenv run slingshot --version
slingshot, version 0.3.1
slingshot, version 0.4.0
$ git checkout -b new-release
$ make release RELEASE_TYPE=minor
Built release for v0.4.0. Make sure to run:
Expand Down
2 changes: 1 addition & 1 deletion slingshot/__init__.py
Expand Up @@ -2,4 +2,4 @@
Slingshot
"""

__version__ = '0.3.1'
__version__ = '0.4.0'

0 comments on commit bb43135

Please sign in to comment.