Skip to content

Commit

Permalink
0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Oct 15, 2020
1 parent e360cd7 commit 1bd2b16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

package:
name: pcaspy
version: 0.7.2
version: 0.7.3

source:
path: ..
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.2'
release = '0.7.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pcaspy/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 7, '2')
version_info = (0, 7, '3')
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion python-pcaspy.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Portable Channel Access Server in Python
Name: python-pcaspy
Version: 0.7.2
Version: 0.7.3
Release: 1%{?dist}
Source0: https://pypi.io/packages/source/p/pcaspy/pcaspy-%{version}.tar.gz
License: BSD
Expand Down

0 comments on commit 1bd2b16

Please sign in to comment.