Skip to content

Commit

Permalink
v0.2.2 (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpumperla committed Oct 29, 2019
1 parent 5e6cd0c commit 5df8ba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -61,4 +61,6 @@ coverage.xml

# Generated documentation folders
sources/
site/
site/

.vscode
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -113,7 +113,7 @@ def find_package_data(packages):

setuptools.setup(
name=package_name,
version='0.2.1',
version='0.2.2',
packages=packages,
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 5df8ba8

Please sign in to comment.