Skip to content

Commit

Permalink
D'oh!
Browse files Browse the repository at this point in the history
  • Loading branch information
zgoda committed Jul 18, 2020
1 parent 7cfa5d6 commit 091ad75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def find_version(*where):
description='Polish BIP (Biuletyn Informacji Publicznej) as Flask application',
keywords='bip public information bulletin',
long_description=long_description,
long_description_content_type='text/x-rst',
license='GPLv3',
packages=find_packages('src'),
package_dir={'': 'src'},
Expand Down
2 changes: 1 addition & 1 deletion src/bip/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.6.1'
__version__ = '0.6.2'


def get_version():
Expand Down

0 comments on commit 091ad75

Please sign in to comment.