Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdalle committed Mar 21, 2022
1 parent 54d1b06 commit 25c012b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pip install pathbuilder
Development version:

```bash
pip install git+https://github.com/peterdalle/pathbuilder.git@v0.9.1
pip install git+https://github.com/peterdalle/pathbuilder.git@v0.9.2
```

## Example
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

setup(
name="pathbuilder",
version="0.9.0",
author="Peter Dahlgren",
version="0.9.2",
author="Peter M. Dahlgren",
author_email="peterdalle@gmail.com",
packages=find_packages(),
description="Generates or creates a path folder directory using keywords in the path",
keywords=['python', 'path', 'directory'],
keywords=['python', 'path', 'folder', 'directory'],
long_description=description,
long_description_content_type="text/markdown",
url="https://github.com/gituser/test-tackage",
url="https://github.com/peterdale/pathbuilder",
license='MIT',
python_requires='>=3.7',
install_requires=[],
Expand Down

0 comments on commit 25c012b

Please sign in to comment.