Skip to content

Commit

Permalink
add version file
Browse files Browse the repository at this point in the history
  • Loading branch information
John Lyu committed Aug 29, 2023
1 parent 26c34ff commit cf3351d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions dataframe_image/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from ._convert import convert
from ._pandas_accessor import export
from ._version import __version__
1 change: 1 addition & 0 deletions dataframe_image/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.1.18"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
use_scm_version={
'write_to': 'dataframe_image/_version.py',
'write_to_template': '__version__ = "{version}"',
'tag_regex': r'^(?P<prefix>v)?(?P<version>[^\+]+)(?P<suffix>.*)?$',
'local_scheme': 'node-and-date'
# 'tag_regex': r'^(?P<prefix>v)?(?P<version>[^\+]+)(?P<suffix>.*)?$',
},
setup_requires=["setuptools_scm"],
)

0 comments on commit cf3351d

Please sign in to comment.