Skip to content

Commit

Permalink
bumped python_smallfbx version
Browse files Browse the repository at this point in the history
  • Loading branch information
BlurryRoots committed Mar 28, 2021
1 parent fe7a4c0 commit 0e0d80e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/python_smallfbx/package/src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@

__all__ = ['Document']

_SmallFBX_Version = '2021.3.16'
_version = 4

def version():
return "2021.3.16"
return f'{_SmallFBX_Version}.{_version}'

0 comments on commit 0e0d80e

Please sign in to comment.