Skip to content

Commit

Permalink
updated client to include accurate versioning that can be grabbed as …
Browse files Browse the repository at this point in the history
…a module attribute
  • Loading branch information
GregHydeDartmouth committed Dec 1, 2020
1 parent a3c8d25 commit 641ee52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import find_packages
from setuptools import setup

__version__ = re.search(r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]',
__version__ = re.search(r'__version__\s*=\s*[\'"]([0-9]*\.[0-9]*\.[0-9]*)[\'"]',
io.open('chp_client/_version.py', encoding='utf_8_sig').read()).group(1)

REQUIRED_PACKAGES = [
Expand Down

0 comments on commit 641ee52

Please sign in to comment.