Skip to content

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baylessj committed Dec 2, 2020
1 parent 8172276 commit e6ef9fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)
project(squiggles)

set(SQUIGGLES_VERSION 0.1.0)
set(SQUIGGLES_VERSION 1.0.0)

option(SQUIGGLES_TEST "determines if we're gonna pull googletest" OFF)
option(INSTALL_SQUIGGLES "Enables installation of the squiggles library" ON)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vis"
version = "0.1.0"
version = "1.0.0"
description = ""
authors = ["Jonathan Bayless <[email protected]"]
license = "MIT"
Expand All @@ -19,4 +19,4 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
cdll = "vis.plot:main"
cdll = "vis.plot:main"

0 comments on commit e6ef9fd

Please sign in to comment.