Skip to content

Commit a885a11

Browse files
committed
for release 1.3.3
1 parent 0e78fbd commit a885a11

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

PKG-INFO

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.1
22
Name: xrt
3-
Version: 1.3.2
3+
Version: 1.3.3
44
Summary: Ray tracing and wave propagation in x-ray regime, primarily meant for modeling synchrotron sources, beamlines and beamline elements. Includes a GUI for creating a beamline and viewing it in 3D.
55
Home-page: http://xrt.readthedocs.io
66
Author: Konstantin Klementiev, Roman Chernikov
@@ -159,16 +159,24 @@ Description:
159159

160160
Python 2 and 3
161161
--------------
162+
162163
The code can run in both Python branches without any modification.
163164

164165
Get xrt
165166
-------
167+
166168
xrt is available as source distribution from `pypi.python.org
167169
<https://pypi.python.org/pypi/xrt>`_ and from `GitHub
168170
<https://github.com/kklmn/xrt>`_. The distribution archive also includes tests,
169-
and examples. The complete documentation is available at
170-
`Read the Docs <http://xrt.readthedocs.io>`_ and as zip file from
171-
`GitHub <https://github.com/kklmn/xrt>`_ .
171+
and examples. The complete documentation is available online at
172+
`Read the Docs <http://xrt.readthedocs.io>`_ and offline as zip file at
173+
`GitHub <https://github.com/kklmn/xrt-docs>`_.
174+
175+
Get help
176+
--------
177+
178+
For getting help and/or reporting a bug please use `GitHub xrt Issues
179+
<https://github.com/kklmn/xrt/issues>`_.
172180

173181

174182
Platform: OS Independent

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179

180180
setup(
181181
name='xrt',
182-
version='1.3.2',
182+
version='1.3.3',
183183
description='Ray tracing and wave propagation in x-ray regime, primarily '
184184
'meant for modeling synchrotron sources, beamlines and '
185185
'beamline elements. Includes a GUI for creating a beamline '

0 commit comments

Comments
 (0)