Skip to content

Commit

Permalink
Set internal pySPM version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Jul 24, 2023
1 parent c39b584 commit 1c730a3
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 56 deletions.
110 changes: 55 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pySPM/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from .ITS import ITS
from .SPM import *
from .SXM import SXM
from ._version import __version__
from .collection import Collection
from .nanoscan import Nanoscan
from .utils import constants as const
Expand Down
3 changes: 3 additions & 0 deletions pySPM/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import importlib.metadata

__version__ = importlib.metadata.version("pySPM")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyspm"
version = "0.3.3"
version = "0.3.4"
description = "Library to handle SPM and ToF-SIMS data"
authors = ["Olivier Scholder <o.scholder@gmail.com>"]
maintainers = ["Dinesh Pinto <annual.fallout_0z@icloud.com>"]
Expand Down

0 comments on commit 1c730a3

Please sign in to comment.