Skip to content

Commit

Permalink
for release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kklmn committed Mar 11, 2019
1 parent 0e78fbd commit a885a11
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: xrt
Version: 1.3.2
Version: 1.3.3
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.
Home-page: http://xrt.readthedocs.io
Author: Konstantin Klementiev, Roman Chernikov
Expand Down Expand Up @@ -159,16 +159,24 @@ Description:

Python 2 and 3
--------------

The code can run in both Python branches without any modification.

Get xrt
-------

xrt is available as source distribution from `pypi.python.org
<https://pypi.python.org/pypi/xrt>`_ and from `GitHub
<https://github.com/kklmn/xrt>`_. The distribution archive also includes tests,
and examples. The complete documentation is available at
`Read the Docs <http://xrt.readthedocs.io>`_ and as zip file from
`GitHub <https://github.com/kklmn/xrt>`_ .
and examples. The complete documentation is available online at
`Read the Docs <http://xrt.readthedocs.io>`_ and offline as zip file at
`GitHub <https://github.com/kklmn/xrt-docs>`_.

Get help
--------

For getting help and/or reporting a bug please use `GitHub xrt Issues
<https://github.com/kklmn/xrt/issues>`_.


Platform: OS Independent
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

setup(
name='xrt',
version='1.3.2',
version='1.3.3',
description='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 '
Expand Down

0 comments on commit a885a11

Please sign in to comment.