chore: Remove -dev from version string
This commit is contained in:
@@ -16,7 +16,7 @@ limitations under the License.
|
||||
|
||||
"""
|
||||
|
||||
VERSION_TUPLE = (0, 1, 1, '-dev')
|
||||
VERSION_TUPLE = (0, 1, 1, '')
|
||||
|
||||
version = '.'.join(map(str, VERSION_TUPLE[:-1])) + VERSION_TUPLE[-1]
|
||||
"""Current version of Falcon."""
|
||||
|
||||
Reference in New Issue
Block a user