File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ COVBASE=coverage run --branch --append --source=${MODULE} \
33
33
34
34
# Updating the Major & Minor version below?
35
35
# Don't forget to update setup.py as well
36
- VERSION =5.1 .$(shell date +% Y% m% d% H% M% S --utc --date=`git log --first-parent \
36
+ VERSION =6.0 .$(shell date +% Y% m% d% H% M% S --utc --date=`git log --first-parent \
37
37
--max-count=1 --format=format:% cI`)
38
38
39
39
# # all : default task
Original file line number Diff line number Diff line change 100
100
101
101
setup (
102
102
name = "schema-salad" ,
103
- version = "5.1 " , # update the VERSION prefix in the Makefile as well 🙂
103
+ version = "6.0 " , # update the VERSION prefix in the Makefile as well 🙂
104
104
description = "Schema Annotations for Linked Avro Data (SALAD)" ,
105
105
long_description = open (README ).read (),
106
106
long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments