Skip to content

Commit

Permalink
Updating minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesArruda committed Dec 10, 2024
1 parent 2fb9caf commit c7e4a41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Publish Python distribution to PyPI and TestPyPI

on:
push:
branches: [ "main" ]
on: push

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion src/upstage/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"""Declare the UPSTAGE version."""

__authors__ = "UPSTAGE Contributors, GTRI"
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit c7e4a41

Please sign in to comment.