File indexing completed on 2024-05-19 15:24:57

0001 #!/bin/bash
0002 # Just change it whevever we need to make a new release, seems the easiest way
0003 # We could use something like this:
0004 # curl -s https://pypi.org/simple/glaxnimate/ | grep -Eo "glaxnimate-[0-9.]+" | sort | tail -n 1 | cut -d . -f 4
0005 # Then increase it but it might cause different CI jobs to end up with different versions
0006 echo .3