Jeremiah Lowin commited on
Commit
9f2a9ef
·
1 Parent(s): 19570ae

Remove bad version

Browse files
Files changed (2) hide show
  1. .gitignore +4 -1
  2. src/fastmcp/_version.py +0 -16
.gitignore CHANGED
@@ -8,4 +8,7 @@ wheels/
8
 
9
  # Virtual environments
10
  .venv
11
- .DS_Store
 
 
 
 
8
 
9
  # Virtual environments
10
  .venv
11
+ .DS_Store
12
+
13
+
14
+ src/fastmcp/_version.py
src/fastmcp/_version.py DELETED
@@ -1,16 +0,0 @@
1
- # file generated by setuptools_scm
2
- # don't change, don't track in version control
3
- TYPE_CHECKING = False
4
- if TYPE_CHECKING:
5
- from typing import Tuple, Union
6
- VERSION_TUPLE = Tuple[Union[int, str], ...]
7
- else:
8
- VERSION_TUPLE = object
9
-
10
- version: str
11
- __version__: str
12
- __version_tuple__: VERSION_TUPLE
13
- version_tuple: VERSION_TUPLE
14
-
15
- __version__ = version = '0.1.dev4+g18aaf41.d20241129'
16
- __version_tuple__ = version_tuple = (0, 1, 'dev4', 'g18aaf41.d20241129')