Skip to content

Commit

Permalink
[minor] add IceCube-Gen2 project and site
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Apr 26, 2022
1 parent acd6d56 commit fbcb0f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pubs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = '0.1.0'
version_info = (0, 1, 0, 0)
__version__ = '1.1.0'
version_info = (1, 1, 0, 0)

PUBLICATION_TYPES = {
"journal": "Journal Article",
Expand All @@ -17,6 +17,7 @@

PROJECTS = {
'icecube': 'IceCube',
'icecube-gen2': 'IceCube-Gen2',
'ara': 'ARA',
'bigdata': 'BigData',
'cta': 'CTA',
Expand All @@ -27,6 +28,7 @@

SITES = {
'icecube': 'IceCube',
'icecube-gen2': 'IceCube-Gen2',
'ara': 'ARA',
'wipac': 'WIPAC',
}

0 comments on commit fbcb0f3

Please sign in to comment.