Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hypertiling
hypertiling
Commits
2b607112
Commit
2b607112
authored
Jun 30, 2022
by
Manuel Schrauth
Browse files
add Yanick to contributor list
parent
41b6d824
Pipeline
#15748
passed with stages
in 13 minutes and 5 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
hypertiling/__init__.py
View file @
2b607112
...
...
@@ -2,6 +2,6 @@ from .core import HyperbolicTiling
__all__
=
[
'HyperbolicTiling'
]
__version__
=
"
0.9.5
"
__author__
=
'Manuel Schrauth, Felix Dusel, Florian Goth, Dietmar Herdt, Jefferson S. E. Portela'
__version__
=
"
1.0.2
"
__author__
=
'Manuel Schrauth, Felix Dusel, Florian Goth, Dietmar Herdt, Jefferson S. E. Portela
, Yanick Thurn
'
__credits__
=
'Institute for Theoretical Physics and Astrophysics, University of Wuerzburg'
setup.py
View file @
2b607112
...
...
@@ -2,7 +2,7 @@ from setuptools import setup
name
=
"hypertiling"
package_name
=
name
version
=
'
0.9.7
'
version
=
'
1.0.2
'
try
:
...
...
@@ -19,7 +19,7 @@ setup(
description
=
'A Python 3 libary for fast generation of regular hyperbolic tilings'
,
long_description
=
long_desc
,
long_description_content_type
=
'text/markdown'
,
author
=
'Manuel Schrauth, Felix Dusel, Florian Goth, Dietmar Herdt, Jefferson S. E. Portela'
,
author
=
'Manuel Schrauth, Felix Dusel, Florian Goth, Dietmar Herdt, Jefferson S. E. Portela
, Yanick Thurn
'
,
author_email
=
'manuel.schrauth@uni-wuerzburg.de'
,
url
=
'https://gitpages.physik.uni-wuerzburg.de/hypertiling/hyperweb'
,
license
=
'MIT'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment