Skip to content

Commit

Permalink
fix: version file in package fix (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-volue committed Dec 14, 2023
1 parent 2b8ef5b commit e571bf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
long_description='This library is meant as a simple toolkit for working with data from https://api.volueinsight.com/ (or equivalent services). Note that access is based on some sort of login credentials, this library is not all that useful unless you have a valid Volue Insight account.',
author='Volue Insight',
author_email='support.insight@volue.com',
url='https://www.volueinsight.com'
url='https://www.volueinsight.com',
package_data={'wapi': ['VERSION']},
)
2 changes: 1 addition & 1 deletion wapi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.12
0.7.13

0 comments on commit e571bf6

Please sign in to comment.