Skip to content

Commit

Permalink
Bumping version and adding __version__ attribute to module
Browse files Browse the repository at this point in the history
  • Loading branch information
bltravis committed Jul 10, 2024
1 parent eab634d commit bf6993c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "folio_migration_tools"
version = "1.8.10"
version = "1.8.11"
description = "A tool allowing you to migrate data from legacy ILS:s (Library systems) into FOLIO LSP"
authors = ["Theodor Tolstoy <github.teddes@tolstoy.se>", "Lisa Sjögren", "Brooks Travis", "Jeremy Nelson"]
authors = ["Theodor Tolstoy <github.teddes@tolstoy.se>", "Lisa Sjögren", "Brooks Travis", "Jeremy Nelson", "Clinton Bradford"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/FOLIO-FSE/folio_migration_tools"
Expand Down
3 changes: 3 additions & 0 deletions src/folio_migration_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import importlib.metadata

__version__ = importlib.metadata.version("folio_migration_tools")

0 comments on commit bf6993c

Please sign in to comment.