diff --git a/arcade/version.py b/arcade/version.py index 1ae068b45..85cd99201 100644 --- a/arcade/version.py +++ b/arcade/version.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -BUILD = 2 +BUILD = 6 VERSION = "1.0.1" RELEASE = VERSION + ".post" + str(BUILD) diff --git a/doc/conf.py b/doc/conf.py index 5fffe9094..7f42300d7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -BUILD = 2 +BUILD = 6 VERSION = "1.0.1" RELEASE = VERSION + ".post" + str(BUILD) diff --git a/setup.py b/setup.py index 528b9b76f..9d0aa2f71 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -BUILD = 2 +BUILD = 6 VERSION = "1.0.1" RELEASE = VERSION + ".post" + str(BUILD)