devopshq / teamcity

dohq-teamcity is a Python package providing access to the JetBrains TeamCity server API.
https://devopshq.github.io/teamcity/
MIT License
33 stars 12 forks source link

Change place of __version__ #19

Closed smartfin closed 5 years ago

smartfin commented 5 years ago

Storing version variable inside init.py together with imports cause issues while using PEX to build executable, that has current library as a dependency.

allburov commented 5 years ago

@smartfin available in pypi 1.0.2. Thanks!