Skip to content

Commit 319878a

Browse files
committed
🔖 Bump version number for release
This library is ready for 0.1.0 pre-release, which contains many of the utilities available in the previous release now working correctly for MSVC.
1 parent cd32e01 commit 319878a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (NOT CMAKE_TESTING_ENABLED AND BACKPORT_COMPILE_UNIT_TESTS)
1616
endif ()
1717

1818
project(Backport
19-
VERSION "0.0.1"
19+
VERSION "0.1.0"
2020
LANGUAGES CXX
2121
)
2222

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class BackportConan(ConanFile):
66

77
# Package Info
88
name = "Backport"
9-
version = "0.0.1"
9+
version = "0.1.0"
1010
description = "Modern C++ backported to C++11"
1111
url = "https://github.com/bitwizeshift/bpstd"
1212
author = "Matthew Rodusek <[email protected]>"

0 commit comments

Comments
 (0)