Skip to content

Commit

Permalink
Bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschulze committed May 28, 2022
1 parent ddc9c7d commit f52baca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/devpi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '6.0.0.dev0'
__version__ = '6.0.0.dev8'
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_changelog():
description="devpi upload/install/... workflow commands for Python "
"developers",
long_description="\n\n".join([README, CHANGELOG]),
version='6.0.0.dev0',
version='6.0.0.dev8',
packages=['devpi'],
install_requires=install_requires,
extras_require=extras_require,
Expand Down

0 comments on commit f52baca

Please sign in to comment.