Skip to content

Commit

Permalink
Versioning bump
Browse files Browse the repository at this point in the history
  • Loading branch information
depfeife-msft committed Jul 28, 2021
1 parent 536c9d2 commit ce07e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/paconn-cli/paconn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Initializer
"""

__VERSION__ = '0.0.17'
__VERSION__ = '0.0.18'
__CLI_NAME__ = 'paconn'

# Commands
Expand Down
2 changes: 1 addition & 1 deletion tools/paconn-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os
from setuptools import setup

__VERSION__ = '0.0.17'
__VERSION__ = '0.0.18'


def read(fname):
Expand Down

0 comments on commit ce07e80

Please sign in to comment.