Skip to content

Commit

Permalink
Merge pull request #25 from kevinshen56714/kshen/publish
Browse files Browse the repository at this point in the history
Publish v2024.8.1-1
  • Loading branch information
kevinshen56714 authored Jul 28, 2024
2 parents 8f7ba8a + 337c3bf commit f32daee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pip install emc-pypi
```python
import pyemc

# Run the emc_setup.pl and generate the build.emc file for the build command
# Run the emc.pl and generate the build.emc file for the build command
pyemc.setup('your-setup-file.esh')

# Or you can pass in arguments like this
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def package_files(directory):

setup(
name='emc-pypi',
version='2023.8.2',
version='2024.8.1-1',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
description='Python interface for the Enhanced Monte Carlo (EMC) package',
Expand Down

0 comments on commit f32daee

Please sign in to comment.