1
0

Compare commits

..

No commits in common. "5132df668d3f50246365beb8338af799f3909bf0" and "9572f96717d9322fab17056ef1f115d11e93ad0e" have entirely different histories.

2 changed files with 5 additions and 4 deletions

View File

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

View File

@ -83,10 +83,11 @@ 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.""".strip()
PACKAGE_DESCRIPTION_SHORT = (
'Utility library for parsing and processing the Partisia Blockchain ABI Format.'
)
def parse_version_file(text: str) -> str: