Skip to content

Commit

Permalink
Bump version 0.1.1-dev -> 0.1.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
dmayo3 committed May 16, 2023
1 parent 09f1e3c commit 5cecc91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UTC Time v0.1.1-dev
UTC Time v0.1.1-alpha
-------------------

This is a tiny utility to simplify the everyday pain of working with UTC datetimes
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "utctime"
version = "0.1.1-dev"
version = "0.1.1-alpha"

description = "A simple and type-safe way of working with UTC datetimes and ISO 8601 strings."

Expand Down Expand Up @@ -38,7 +38,7 @@ build-backend = "setuptools.build_meta"
requires = ["setuptools", "wheel"]

[tool.bumpver]
current_version = "0.1.1-dev"
current_version = "0.1.1-alpha"
version_pattern = "MAJOR.MINOR.PATCH[-TAG]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion utctime/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from utctime.utctime import UtcTime, UTC


__version__ = "0.1.1-dev"
__version__ = "0.1.1-alpha"

0 comments on commit 5cecc91

Please sign in to comment.