Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ma-xu
/
LIVE
like
2
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
b78c4c4
LIVE
/
pybind11
/
pybind11
/
_version.py
Xu Ma
update
1c3c0d9
almost 3 years ago
raw
Copy download link
history
blame
Safe
101 Bytes
# -*- coding: utf-8 -*-
version_info = (
2
,
5
,
'dev1'
)
__version__ =
'.'
.join(
map
(
str
, version_info))