Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
bump to v1.1 before new release
  • Loading branch information
ercius authored Aug 8, 2024
1 parent 0bc6f51 commit b8fee6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Graphical user interface to view Dual Space Crystallography data
readme = "README.md"
requires-python = ">=3.8"
dependencies = ['stempy>=3.0', 'pyqtgraph>=0.13', 'tifffile', 'h5py>=2.9.0', 'numpy', 'qtpy', 'numba>=0.56', 'PyQt5']
version = "1.0.1"
version = "1.1"

[project.scripts]
DuSC_explorer = "DuSC_explorer:open_file"

0 comments on commit b8fee6e

Please sign in to comment.