Skip to content

Commit

Permalink
Merge pull request #16 from cloudblue/ffaraoneim-patch-version-retrieval
Browse files Browse the repository at this point in the history
Update version.py
  • Loading branch information
marcserrat authored Feb 16, 2021
2 parents 0f952ce + c085ff1 commit 3f8c5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnct/client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


try:
__version__ = pkg_resources.require('connect-fluent-client')[0].version
__version__ = pkg_resources.require('connect-openapi-client')[0].version
except: # noqa: E722
__version__ = '0.0.1'

Expand Down

0 comments on commit 3f8c5d0

Please sign in to comment.