Skip to content

Commit 652f0c5

Browse files
committed
Increment version number to 0.5.0
1 parent 6a7fccd commit 652f0c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: vctrs
22
Title: Vector Helpers
3-
Version: 0.4.2.9000
3+
Version: 0.5.0
44
Authors@R:
55
c(person(given = "Hadley",
66
family = "Wickham",

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vctrs (development version)
1+
# vctrs 0.5.0
22

33
* vctrs is now compliant with `-Wstrict-prototypes` as requested by CRAN
44
(#1729).

src/version.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define R_NO_REMAP
22
#include <Rinternals.h>
33

4-
const char* vctrs_version = "0.4.2.9000";
4+
const char* vctrs_version = "0.5.0";
55

66
/**
77
* This file records the expected package version in the shared

0 commit comments

Comments
 (0)