Skip to content

Commit 98cc0ed

Browse files
committed
Bump version: 3.1.1 → 3.1.2
1 parent a6e2136 commit 98cc0ed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.1
2+
current_version = 3.1.2
33
tag = True
44
commit = True
55
allow_dirty = True

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: vmd-python
3-
version: "3.1.1"
3+
version: "3.1.2"
44

55
source:
66
git_url: https://github.com/Eigenstate/vmd-python.git

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def run(self):
446446
###############################################################################
447447

448448
setup(name='vmd-python',
449-
version='3.1.1',
449+
version='3.1.2',
450450
description='Visual Molecular Dynamics Python module',
451451
author='Robin Betz',
452452
author_email='[email protected]',

vmd/vmd_src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
"""
1111

12-
__version__ = "3.1.1"
12+
__version__ = "3.1.2"
1313
__author__ = "Robin Betz"
1414

1515
import imp

0 commit comments

Comments
 (0)