From 8fbdbae3ad2e4ec3762028206eec53e009a30c1e Mon Sep 17 00:00:00 2001 From: Rhizome Date: Mon, 22 May 2023 09:46:29 +0900 Subject: [PATCH] VERSION 0.0.5 --- .gitignore | 1 + age/VERSION.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3835aa8..ceb104f 100755 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ apache_age_python.egg-info/ dist/ build/ .DS_Store +.idea/ # antlr generated files **/.antlr/ diff --git a/age/VERSION.py b/age/VERSION.py index b9fc08e..a528f49 100644 --- a/age/VERSION.py +++ b/age/VERSION.py @@ -16,6 +16,6 @@ VER_MAJOR = 0 VER_MINOR = 0 -VER_MICRO = 4 +VER_MICRO = 5 VERSION = '.'.join([str(VER_MAJOR),str(VER_MINOR),str(VER_MICRO)])