Skip to content

Commit

Permalink
Version bumped to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PKua007 committed Jun 18, 2023
1 parent 555c91a commit 9c4beae
Show file tree
Hide file tree
Showing 3 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,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(rampack VERSION 0.15.0)
project(rampack VERSION 1.0.0)

# Available options
option(RAMPACK_STATIC_LINKING "Build no-dependency static executable" OFF)
Expand Down
2 changes: 1 addition & 1 deletion sample_inputs/integration.pyon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rampack(
version = "0.15.0",
version = "1.0.0",
arrangement = lattice(cell=sc, box_dim=100, n_shapes=1000),
temperature = 1,
move_types = [translation(step=10)],
Expand Down
2 changes: 1 addition & 1 deletion sample_inputs/overlap_reduction.pyon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rampack(
version = "0.15.0",
version = "1.0.0",
arrangement = lattice(cell=sc, box_dim=7, n_shapes=512),
temperature = 1,
pressure = 20,
Expand Down

0 comments on commit 9c4beae

Please sign in to comment.