File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020import os
2121sys .path .append (os .path .join (os .path .dirname (__name__ ), '..' ))
2222
23- from pypozyx import VERSION as PYPOZYX_VERSION
23+ from version import VERSION as PYPOZYX_VERSION
2424
2525
2626# -- Project information -----------------------------------------------------
Original file line number Diff line number Diff line change 7272
7373"""
7474
75- __version__ = '1.3.0'
76-
77- VERSION = __version__
78- version = __version__
79-
8075
8176from pypozyx .definitions import *
8277from pypozyx .pozyx_serial import *
Original file line number Diff line number Diff line change 33from setuptools import setup
44from codecs import open
55
6- from pypozyx import VERSION as PYPOZYX_VERSION
6+ from version import VERSION as PYPOZYX_VERSION
77
88here = path .abspath (path .dirname (__file__ ))
99# Get the long description from the README file
Original file line number Diff line number Diff line change 1+ __version__ = '1.3.0'
2+
3+ VERSION = __version__
4+ version = __version__
You can’t perform that action at this time.
0 commit comments