iobis / pyobis

OBIS Python client
https://iobis.github.io/pyobis
MIT License
14 stars 10 forks source link

[fix] Fixing the package version #117

Closed ayushanand18 closed 1 year ago

ayushanand18 commented 1 year ago

Overview

I was not able to find a fix that could help us get the right package version automatically. I felt that specifying one version was the key right now, and later we can bring in the automatic versioning because apparently the next version relies on the previous version when using the regex string.

Resolves #116

Thanks!