Skip to content

Commit

Permalink
🔖 Bump version number for release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bitwizeshift committed Mar 8, 2020
1 parent cd32e01 commit 319878a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (NOT CMAKE_TESTING_ENABLED AND BACKPORT_COMPILE_UNIT_TESTS)
endif ()

project(Backport
VERSION "0.0.1"
VERSION "0.1.0"
LANGUAGES CXX
)

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class BackportConan(ConanFile):

# Package Info
name = "Backport"
version = "0.0.1"
version = "0.1.0"
description = "Modern C++ backported to C++11"
url = "https://github.com/bitwizeshift/bpstd"
author = "Matthew Rodusek <[email protected]>"
Expand Down

0 comments on commit 319878a

Please sign in to comment.