Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Jun 9, 2021
1 parent 05c2585 commit 8863e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pandag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__all__ = ['Pandag']
__author__ = """NAGY, Attila"""
__email__ = '[email protected]'
__version__ = '0.0.4'
__version__ = '0.0.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/Mikata-Project/pandag',
version='0.0.3',
version='0.0.5',
zip_safe=False,
)

0 comments on commit 8863e2c

Please sign in to comment.