Skip to content

camposer/versioneer-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Versioneer Example

Start:

git add .
git commit -m "Initial commit"
git tag -a 1.0.0 -m 'initial version'

Get versions:

python3 setup.py --version

If you download a release file, you could also get the version running the same command IMPORTANT: Generate release from tags

Pending tasks

Test:

  • git version-bump