Skip to content

Commit c1dd47a

Browse files
committed
version bump
1 parent 051577d commit c1dd47a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build_binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def main():
1515
"build",
1616
"-S",
1717
"cpp",
18-
"-DRUNKMC_VERSION=0.1.0",
18+
"-DRUNKMC_VERSION=0.1.1",
1919
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
2020
],
2121
check=True,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "runkmc"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Kinetic Monte Carlo Simulator for Polymerization"
99
authors = [{name = "Devon Callan", email = "devoncallan@ucsb.edu"}]
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)