1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
5132df668d 🤖 Bumped version to 0.1.18
All checks were successful
Package Python / Package (push) Successful in 23s
Test Python / Test (push) Successful in 23s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-16 22:19:33 +02:00
5c3fcb6cf0 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-16 22:18:13 +02:00
cff782d3f0 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-07-16 22:15:42 +02:00
2 changed files with 4 additions and 5 deletions

View File

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

View File

@ -83,11 +83,10 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```"""
```""".strip()
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.""".strip()
def parse_version_file(text: str) -> str: