Skip to content

Commit

Permalink
version: 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
misho104 committed Mar 1, 2019
1 parent 6db199e commit 42a031a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "susy_cross_section"
version = "0.0.4"
version = "0.0.5"
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
__copyright__ = "Copyright (C) 2018-2019 Sho Iwamoto / Misho"
__license__ = "MIT"
__packagename__ = "susy_cross_section"
__version__ = "0.0.4"
__version__ = "0.0.5"

if sys.version_info[0] < 3: # py2
str = basestring # noqa: A001, F821
Expand Down

0 comments on commit 42a031a

Please sign in to comment.