Skip to content

Commit

Permalink
VERSION 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rhizome-ai committed May 22, 2023
1 parent ebd78fd commit 8fbdbae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ apache_age_python.egg-info/
dist/
build/
.DS_Store
.idea/

# antlr generated files
**/.antlr/
Expand Down
2 changes: 1 addition & 1 deletion age/VERSION.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)])

0 comments on commit 8fbdbae

Please sign in to comment.