This is the first version. You don't use 1.0 for the first version. 1.0 is the finished game when you release it on Steam or whatever. This is a 0.1 or a 0.0.1
on the topic of game versions.
The best is probably to go with versioning in the format of X.XX.XXX just so you can go 0.01.001 and no software will mess up in the future because if you go from 0.9.1 to 0.10.1 your Software most likley sort it as the first entry instead of the last. Otherwise you have to sort for dates not file names.