Skip to content

Commit

Permalink
bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
misho104 committed Apr 6, 2022
1 parent e2f0058 commit 4a18b4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/scraper.py
Expand Up @@ -15,7 +15,7 @@
__copyright__ = "Copyright (C) 2018-2022 Sho Iwamoto / Misho"
__license__ = "MIT"
__scriptname__ = "XS scraper"
__version__ = "0.2.2"
__version__ = "0.2.3"


CrossSectionValueType = Union[float, str] # because '10.0%' may be in the data
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "susy_cross_section"
version = "0.2.2"
version = "0.2.3"
description = "A Python package for high-energy physics analysis to provide SUSY cross section data"
authors = ["Sho Iwamoto (Misho) <webmaster@misho-web.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion susy_cross_section/scripts.py
Expand Up @@ -26,7 +26,7 @@
__copyright__ = "Copyright (C) 2018-2022 Sho Iwamoto / Misho"
__license__ = "MIT"
__packagename__ = "susy_cross_section"
__version__ = "0.2.2"
__version__ = "0.2.3"


logging.basicConfig(level=logging.WARNING)
Expand Down

0 comments on commit 4a18b4d

Please sign in to comment.