Skip to content

Commit

Permalink
Merge pull request #3 from rahult/release/0.0.4
Browse files Browse the repository at this point in the history
Release 0.0.4
  • Loading branch information
rahult authored Apr 21, 2020
2 parents 6830087 + 2128ddd commit 88ea6c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ cd demo
pipenv run mkdocs serve
```

## Releasing a new version

- Bump version in [setup.py](/setup.py#L13)
- Create distribution `pipenv run python setup.py bdist_wheel`
- Check distribution `pipenv run twine check dist/*`
- Upload distribution `pipenv run twine upload dist/* --repository mkdocs-user-defined-values`

## See Also

More information about templates [here][mkdocs-template].
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="mkdocs-user-defined-values",
version="0.0.3",
version="0.0.4",
description="Enable user defined values for MkDocs",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 88ea6c8

Please sign in to comment.