Skip to content

Commit 78fcf8f

Browse files
committed
Bump version: 3.0.6 → 3.1.0
1 parent 76198c2 commit 78fcf8f

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Diff for: .bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.6
2+
current_version = 3.1.0
33
tag = True
44
commit = True
55
allow_dirty = True
@@ -9,4 +9,3 @@ allow_dirty = True
99
[bumpversion:file:meta.yaml]
1010

1111
[bumpversion:file:vmd/vmd_src/__init__.py]
12-

Diff for: meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: vmd-python
3-
version: "3.0.6"
3+
version: "3.1.0"
44

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

Diff for: setup.py

+1-1
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.0.6',
449+
version='3.1.0',
450450
description='Visual Molecular Dynamics Python module',
451451
author='Robin Betz',
452452
author_email='[email protected]',

Diff for: vmd/vmd_src/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
"""
1111

12-
__version__ = '3.0.6'
12+
__version__ = '3.1.0'
1313
__author__ = 'Robin Betz'
1414

1515
import imp

0 commit comments

Comments
 (0)