Skip to content

Commit 69e7560

Browse files
committed
Add version
1 parent 049fcd0 commit 69e7560

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ _*
66
!/LICENSE
77
!/pyproject.toml
88
!/README.md
9-
!requirements.txt
9+
!/requirements.txt
10+
!/version.py
1011
!/src/
1112
!/tests/
1213
!/docs/

version.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)