Skip to content

Commit

Permalink
Fixed up version code
Browse files Browse the repository at this point in the history
  • Loading branch information
jrg94 committed Dec 28, 2023
1 parent ff515f8 commit 744bc04
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions imagetitler/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import tomllib

with open("pyproject.toml", "rb") as f:
_META = tomllib.load(f)

__version__ = _META["tool"]["poetry"]["version"]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/v2.5.0/hello-world-in-c-v2-5-0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/v2.5.0/hello-world-in-matlab-v2-5-0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/v2.5.0/minimalism-v2-5-0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 744bc04

Please sign in to comment.