Skip to content

Commit

Permalink
Merge 1572ebc into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 5, 2021
2 parents 74eb286 + 1572ebc commit 56fe152
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/package_version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

python3 -c '
import importlib.machinery;
print(
importlib.machinery.SourceFileLoader("_", "vien/constants.py")
.load_module().__version__)'

0 comments on commit 56fe152

Please sign in to comment.