Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oysstu committed Sep 16, 2022
1 parent 53ef6cb commit 121492a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from os import path

from setuptools import setup

from tools.generate_pyi import generate_pyi


Expand All @@ -17,7 +19,7 @@ def main():

# Run setup script
setup(name='pyxtf',
version='1.2',
version='1.3.0',
description='eXtended Triton Format (XTF) file interface',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 121492a

Please sign in to comment.