From c7e4a4115a33112c363b372826a8fd2ce418ce87 Mon Sep 17 00:00:00 2001 From: James Arruda Date: Tue, 10 Dec 2024 10:50:18 -0500 Subject: [PATCH] Updating minor version --- .github/workflows/publish-to-pypi.yml | 4 +--- pyproject.toml | 2 +- src/upstage/_version.py | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 7af0c95..e31b3ea 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -1,8 +1,6 @@ name: Publish Python distribution to PyPI and TestPyPI -on: - push: - branches: [ "main" ] +on: push jobs: build: diff --git a/pyproject.toml b/pyproject.toml index 2395d31..76b23e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "upstage" -version = "0.1.0" +version = "0.1.1" description = "A library for behavior-driven discrete event simulation." readme = "README.md" keywords = [ diff --git a/src/upstage/_version.py b/src/upstage/_version.py index 3bdb175..cfbadec 100644 --- a/src/upstage/_version.py +++ b/src/upstage/_version.py @@ -6,4 +6,4 @@ """Declare the UPSTAGE version.""" __authors__ = "UPSTAGE Contributors, GTRI" -__version__ = "0.1.0" +__version__ = "0.1.1"