Skip to content

Commit 5b985c0

Browse files
committed
Change version from 0.0.0 to 0.1.0
1 parent 6ab7421 commit 5b985c0

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ OBJS = src/backend/agensgraph.o \
4848

4949
EXTENSION = agensgraph
5050

51-
DATA = agensgraph--0.0.0.sql
51+
DATA = agensgraph--0.1.0.sql
5252

5353
# sorted in dependency order
5454
REGRESS = scan \
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,3 @@ PARALLEL SAFE
712712
COST 10
713713
ROWS 60
714714
AS 'MODULE_PATHNAME';
715-
716-
--
717-
-- End of agensgraph--0.0.0.sql
718-
--

agensgraph.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
default_version = '0.0.0'
15+
default_version = '0.1.0'
1616
comment = 'AgensGraph graph database extension'
1717
module_pathname = '$libdir/agensgraph'
1818

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = u''
2828
# The full version, including alpha/beta/rc tags
29-
release = u'0.0.0'
29+
release = u'0.1.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)