Skip to content

Commit bc46111

Browse files
authored
Merge pull request #93 from arokem/fix_version_string
Import version string into top-level namespace.
2 parents 676eddc + e3c50e1 commit bc46111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: python -c "import sys; print(sys.version)"
4242
- name: Install sdist without optional dependencies
4343
run: pip install dist/*.tar.gz
44-
- run: python -c 'import trx; print(trx.__version__)'
44+
- run: python -c 'import trx; print(trx._version.__version__)'
4545
- name: Install pytest
4646
run: pip install pytest
4747
- name: Run tests

0 commit comments

Comments
 (0)