Skip to content

Commit

Permalink
Merge pull request nexpy#428 from rayosborn:release-preparations
Browse files Browse the repository at this point in the history
Release preparations for v1.0.7
  • Loading branch information
rayosborn authored Feb 21, 2024
2 parents 6952ef8 + b879213 commit 52e5666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: nexpy
version: "1.0.6"
version: "1.0.7"

source:
git_url: https://github.com/nexpy/nexpy.git
git_tag: v1.0.6
git_tag: v1.0.7

build:
entry_points:
Expand Down
3 changes: 1 addition & 2 deletions src/nexpy/gui/consoleapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ def init_shell(self, args):
"import scipy as sp\n",
"import matplotlib as mpl\n",
"from matplotlib import pylab, mlab, pyplot\n",
"plt = pyplot\n",
"os.chdir(os.path.expanduser('~'))\n"]
"plt = pyplot\n"]
config_file = os.path.join(self.nexpy_dir, 'config.py')
if not os.path.exists(config_file):
with open(config_file, 'w') as f:
Expand Down

0 comments on commit 52e5666

Please sign in to comment.