Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Revert "Bump version: 0.3.3 → 0.3.4"
Browse files Browse the repository at this point in the history
This reverts commit 73b11f0.
  • Loading branch information
ramirezdiego committed Mar 28, 2023
1 parent 73b11f0 commit bfdcdb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[bumpversion]
current_version = 0.3.4
current_version = 0.3.3
files = setup.py epix/__init__.py
commit = True
tag = True

2 changes: 1 addition & 1 deletion epix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.4'
__version__ = '0.3.3'

from .common import *
from .io import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name='epix',
version='0.3.4',
version='0.3.3',
description='Electron and Photon Instructions generator for XENON',
author='epix contributors, the XENON collaboration',
url='https://github.com/XENONnT/epix',
Expand Down

0 comments on commit bfdcdb2

Please sign in to comment.