Skip to content

Commit

Permalink
Fix PyPI package and release a postrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubicki committed Mar 25, 2022
1 parent 25ab40b commit 2b3beaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion puppetboard/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Puppetboard version module
#

__version__ = '3.4.0'
__version__ = '3.4.0.post1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run_tests(self):
version=__version__,
author='Vox Pupuli',
author_email='voxpupuli@groups.io',
packages=find_packages(),
packages=["puppetboard", "puppetboard.views"],
url='https://github.com/voxpupuli/puppetboard',
license='Apache License 2.0',
description='Web frontend for PuppetDB',
Expand Down

0 comments on commit 2b3beaa

Please sign in to comment.