Skip to content

Commit dafcd71

Browse files
committed
Bump to 0.3.3
1 parent 024af21 commit dafcd71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: vctrs
22
Title: Vector Helpers
3-
Version: 0.3.2.9000
3+
Version: 0.3.3
44
Authors@R:
55
c(person(given = "Hadley",
66
family = "Wickham",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# vctrs (development version)
2+
# vctrs 0.3.3
33

44
* The `table` class is now implemented as a wrapper type that
55
delegates its coercion methods. It used to be restricted to integer

src/version.c

Lines changed: 1 addition & 1 deletion
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.3.2.9000";
4+
const char* vctrs_version = "0.3.3";
55

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

0 commit comments

Comments
 (0)