Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Sep 22, 2024
1 parent 394b53c commit 33f6253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "yunta"
version = "0.0.1"
version = "0.0.1.post1"
authors = [
{ name="Eachan Johnson", email="eachan.johnson@crick.ac.uk" },
]
Expand All @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
]

Expand Down
2 changes: 1 addition & 1 deletion yunta/cli.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Command-line interface for sppid."""

__version__ = '0.0.1'
__version__ = '0.0.1.post1'

from typing import Any, Mapping, Optional, Tuple, Union

Expand Down

0 comments on commit 33f6253

Please sign in to comment.