Skip to content

Commit

Permalink
Bump version: 1.2.2 → 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegraff committed Dec 14, 2022
1 parent df22914 commit 74401bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.2
current_version = 1.2.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion pyscreener/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
try:
__version__ = version("pyscreener")
except PackageNotFoundError:
__version__ = "1.2.2"
__version__ = "1.2.3"
2 changes: 1 addition & 1 deletion pyscreener/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from pyscreener.utils.utils import Reduction

__version__ = "1.2.2"
__version__ = "1.2.3"


def gen_args(argv: Optional[str] = None) -> Namespace:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyscreener
version = 1.2.2
version = 1.2.3
author = david graff
author_email = [email protected]
description = pythonic interface to virtual screening software
Expand Down

0 comments on commit 74401bc

Please sign in to comment.