Skip to content

Commit

Permalink
update versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Aug 27, 2024
1 parent df1d398 commit aff3bfb
Show file tree
Hide file tree
Showing 4 changed files with 1,087 additions and 501 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pymov2gif/_version.py export-subst
3 changes: 3 additions & 0 deletions pymov2gif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ def convert(file, resolution="800x600", framerate=10, output_file=None):
+ output_file
)
subprocess.check_output(command_options, shell=True, universal_newlines=True)

from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit aff3bfb

Please sign in to comment.