We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051577d commit c1dd47aCopy full SHA for c1dd47a
2 files changed
build_binary.py
@@ -15,7 +15,7 @@ def main():
15
"build",
16
"-S",
17
"cpp",
18
- "-DRUNKMC_VERSION=0.1.0",
+ "-DRUNKMC_VERSION=0.1.1",
19
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
20
],
21
check=True,
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "runkmc"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "Kinetic Monte Carlo Simulator for Polymerization"
9
authors = [{name = "Devon Callan", email = "devoncallan@ucsb.edu"}]
10
requires-python = ">=3.10"
0 commit comments