Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Oct 15, 2015
1 parent 6605419 commit 5c84f6f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,16 +225,20 @@ empty in the first run and fill it in later to make the test pass.

To create a new release of matplotlib2tikz, make sure to

To create a new release

1. bump the `__version__` number,

2. create a Git tag,
```
git tag -a v0.3.1
git push --tags
$ git tag -a v0.3.1
$ git push --tags
```
and

3. upload to PyPi:
```
make upload
$ make upload
```

### License
Expand Down

0 comments on commit 5c84f6f

Please sign in to comment.