Skip to content

Commit

Permalink
Merge pull request #6 from jan-janssen/versioneer
Browse files Browse the repository at this point in the history
update versioneer
  • Loading branch information
jan-janssen authored Aug 27, 2024
2 parents df1d398 + d7cafe0 commit 171ad6d
Show file tree
Hide file tree
Showing 3 changed files with 1,037 additions and 419 deletions.
3 changes: 3 additions & 0 deletions pymov2gif/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import os
import subprocess
from . import _version

__version__ = _version.get_versions()["version"]


def convert(file, resolution="800x600", framerate=10, output_file=None):
Expand Down
Loading

0 comments on commit 171ad6d

Please sign in to comment.