1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
9572f96717 🤖 Bumped version to 0.1.17
All checks were successful
Package Python / Package (push) Successful in 23s
Test Python / Test (push) Successful in 22s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-15 00:30:37 +02:00
14567aa7bc 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-10 23:40:32 +02:00
90ea2e6f4b 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-10 23:39:53 +02:00
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.16'
__version__ = '0.1.17'

View File

@ -85,7 +85,10 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```"""
PACKAGE_DESCRIPTION_SHORT='Utility library for parsing and processing the Partisia Blockchain ABI Format.'
PACKAGE_DESCRIPTION_SHORT = (
'Utility library for parsing and processing the Partisia Blockchain ABI Format.'
)
def parse_version_file(text: str) -> str:
match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)