From 82d063da986cba0ca38a58d9f18aaf25e6cd4436 Mon Sep 17 00:00:00 2001 From: itsdfish Date: Sun, 14 Apr 2024 07:24:01 -0400 Subject: [PATCH] increment version --- LICENSE | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 3a7dd2c..5b06e97 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 itsdfish and contributors +Copyright (c) 2022 itsdfish and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Project.toml b/Project.toml index 3b29253..203b53b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RankChoiceVoting" uuid = "ab51d771-9e38-4464-b0a7-bec5bf4029bc" authors = ["itsdfish"] -version = "0.1.1" +version = "0.1.2" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"